#5AB466

Color #5AB466 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5AB466

Tints of Fern #5AB466

Color information

#5AB466 (or 0x5AB466) is unknown color: approx Fern. HEX triplet: 5A, B4 and 66. RGB value is (90,180,102). Sum of RGB (Red+Green+Blue) = 90+180+102=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB466 is #A54B99. Grayscale: #909090. Windows color (decimal): -10832794 or 6730842. OLE color: 6730842.

HSL color Cylindrical-coordinate representation of color #5AB466: hue angle of 128º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB466 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB90180102-
CMYK0.5000.430.29
HSL128º37.5%52.94%-
HSV(B)128º50%70.59%-
XYZ22.9435.7818.27-
YUV144.2104.1889.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.19%
GREEN value IS 180 (70.70% from 255) = 48.39%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=24.19%
G=48.39%
B=27.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801020.5000.430.2912837.552.94
Hex5AB4663202B1D802635
Octal13226414662053352004665
Binary101101010110100110011011001001010111110110000000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,180,102); }

 H1.HeaderClassName
 {
   color: #5AB466;
 }
 .AnyTagClassName
 {
   color: #5AB466;
 }
</style>
background-color css

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

 a { background-color: rgb(90,180,102); }

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

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

 span { border-color: rgb(90,180,102); }

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