Html Css Color HEX #5AB272 Fern

📋 copy color: '#5AB272'

red 90 ◦ green 178 ◦ blue 114

#5AB272
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #5AB272

Tints of Fern #5AB272

RGB

 RED value IS 90 (35.55% from 255) = 23.56%

 GREEN value IS 178 (69.92% from 255) = 46.6%

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 23.56%
G = 46.6%
B = 29.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5AB272 (or 0x5AB272) is known color: Fern. HEX triplet: 5A, B2 and 72. RGB value is (90,178,114). Sum of RGB (Red+Green+Blue) = 90+178+114=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB272 is #A54D8D. Grayscale: #909090. Windows color (decimal): -10833294 or 7516762. OLE color: 7516762.

HSL color Cylindrical-coordinate representation of color #5AB272: hue angle of 136.36º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB272 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 90 178 114 -
CMYK 0.49 0 0.36 0.30
HSL 136.36º 0.36% 0.53% -
HSV(B) 136.36º 0.49% 0.7% -
XYZ 23.17 35.23 21.5 -
YUV 144.39 110.85 89.2 -
System Red Green Blue C M Y K H S L
Decimal 90 178 114 0.49 0 0.36 0.30 136.36 0.36 0.53
Hex 5A B2 72 31 0 24 1E 88 24 35
Octal 132 262 162 61 0 44 36 210 44 65
Binary 1011010 10110010 1110010 110001 0 100100 11110 10001000 100100 110101

Color Harmonies of #5AB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB272

Black with #5AB272

Text Example


Text Example

White with #5AB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AB272; }

 p { color: rgb(90,178,114); }

 H1.HeaderClassName
 {
   color: #5AB272;
 }
 .AnyTagClassName
 {
   color: #5AB272;
 }
</style>

background-color css

<style>
 a { background-color: #5AB272; }

 a { background-color: rgb(90,178,114); }

 div.DivClassName
 {
   background-color: #5AB272;
 }
 .BgClassName
 {
   background-color: #5AB272;
 }
</style>

border-color css

<style>
 span { border-color: #5AB272; }

 span { border-color: rgb(90,178,114); }

 td.TdClassName
 {
   border-color: #5AB272;
 }
 .TagClassName
 {
   border-color: #5AB272;
 }
</style>