COLOR #5AB959

HEX: #5AB959
RGB: (90,185,89)

Renk bilgisi

#5AB959 contains mainly green color. #5AB959 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#5AB959 color RGB value is (90,185,89).

  • kırmız ton 90;
  • yeşil ton 185;
  • mavi ton 89.
RGB:
(90,185,89)
(35%,73%,35%)

RGB bağlantıları ve doygunluk

R 90 of 255 = 35%
G 185 of 255 = 73%
B 89 of 255 = 35%

90
185
89

R + G + B ~ 48%. #5AB959 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
90 + 185 + 89 = 364 (100%)
R 90 of 364 ~ 24.73%
G 185 of 364 ~ 50.82%
B 89 of 364 ~ 24.45%

%24.73
%50.82
%24.45

CMYK RENK MODELİ

#5AB959 rengi CMYK tonu (51,0,52,27).

  • camgöbeği tonu 51.35%
  • eflatun tonu 0.00%
  • sarı tonu 51.89%
  • ana renk tonu 27.45%
CMYK:
(51,0,52,27)
C51M0Y52K27 
(51%,0%,52%,27%)
(0.51/0.00/0.52/0.27)	

CMYK yüzdeleri

%51.35
%0
%51.89
%27.45

Codes

Color #5AB959 in popluar color models

5AB959
RGB9018589
HSL119°40.68%53.73%
HSB/HSV119°51.89%72.55%
CMYK51.35%0.00%51.89%
27.45%

Color #5AB959 in popluar number systems.

HEX5AB959
Decimal9018589
Binary1011010101110011011001
Octal132271131

Shades and tints

Shades of #5AB959

#5AB959
(90,185,89)
#52A951
(82,169,81)
#4A9949
(74,153,73)
#428941
(66,137,65)
#3A7939
(58,121,57)
#326931
(50,105,49)
#2A5929
(42,89,41)
#224921
(34,73,33)
#1A3919
(26,57,25)
#122911
(18,41,17)
#0A1909
(10,25,9)
#000000
(0,0,0)

Tints of #5AB959

#5AB959
(90,185,89)
#69BF68
(105,191,104)
#78C577
(120,197,119)
#87CB86
(135,203,134)
#96D195
(150,209,149)
#A5D7A4
(165,215,164)
#B4DDB3
(180,221,179)
#C3E3C2
(195,227,194)
#D2E9D1
(210,233,209)
#E1EFE0
(225,239,224)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB959 color. Also use rgb(90,185,89) instead hex code.

Text Font Color

.myTextColor { color: #5AB959; }

<p style="color:#5AB959">This sample text font color is #5AB959.</p>

This text font color is #5AB959.


Background Color

.myBgColor { background-color: #5AB959; }

<div style="background-color:#5AB959">Inner text</div>

This div background color is #5AB959.


Border color

.myBorderColor { border: 1px solid #5AB959; }

<div style="border:3px solid #5AB959">Div</div>

This div border color is #5AB959.


Opacity

.myOpacity80 { color: #5AB959; opacity: 0.8; }

<p style="color:#5AB959;opacity:0.8;">80%</p>

Text with #5AB959 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5AB959;}

<p style="text-shadow: 3px 3px 1px #5AB959">Text here.</p>

This text has shadow with #5AB959 color.

.textShadow {text-shadow: 3px 3px 1px #5AB959, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5AB959, 5px 5px 20px red">Text here.</p>

This text has shadow with #5AB959 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5AB959, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5AB959, Direction=45, Strength=4)">Text</p>

This text has shadow with #5AB959 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5AB959;
  -webkit-box-shadow:	1px 1px 3px 2px #5AB959;
  box-shadow:		1px 1px 3px 2px #5AB959;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5AB959;
-webkit-box-shadow: 1px 1px 3px 2px #5AB959;
box-shadow:1px 1px 3px 2px #5AB959;">
Div content here</div>
This div box has shadow with color #5AB959.

Preview

Color preview on black background

This text has color #5AB959 on black background.


Color preview on white background

This text has color #5AB959 on white background.



Black color preview on #5AB959 background

This text has black color on #5AB959 background.


White color preview on #5AB959 background

This text has white color on #5AB959 background.