#5AB162

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

Shades of Fern #5AB162

Tints of Fern #5AB162

Color information

#5AB162 (or 0x5AB162) is unknown color: approx Fern. HEX triplet: 5A, B1 and 62. RGB value is (90,177,98). Sum of RGB (Red+Green+Blue) = 90+177+98=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB162 is #A54E9D. Grayscale: #8E8E8E. Windows color (decimal): -10833566 or 6467930. OLE color: 6467930.

HSL color Cylindrical-coordinate representation of color #5AB162: hue angle of 125.52º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB162 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB9017798-
CMYK0.4900.450.31
HSL125.52º35.8%52.35%-
HSV(B)125.52º49.15%69.41%-
XYZ22.1434.517.05-
YUV141.98103.1890.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 177 (69.53% from 255) = 48.49%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=24.66%
G=48.49%
B=26.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90177980.4900.450.31125.5235.852.35
Hex5AB1623102D1F7e2434
Octal13226114261055371764464
Binary10110101011000111000101100010101101111111111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,177,98); }

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

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

 a { background-color: rgb(90,177,98); }

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

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

 span { border-color: rgb(90,177,98); }

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