#5AB96E

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

Shades of Fern #5AB96E

Tints of Fern #5AB96E

Color information

#5AB96E (or 0x5AB96E) is unknown color: approx Fern. HEX triplet: 5A, B9 and 6E. RGB value is (90,185,110). Sum of RGB (Red+Green+Blue) = 90+185+110=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB96E is #A54691. Grayscale: #949494. Windows color (decimal): -10831506 or 7256410. OLE color: 7256410.

HSL color Cylindrical-coordinate representation of color #5AB96E: hue angle of 132.63º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB96E is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB90185110-
CMYK0.5100.410.27
HSL132.63º40.43%53.92%-
HSV(B)132.63º51.35%72.55%-
XYZ24.383820.8-
YUV148.04106.5386.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.38%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=23.38%
G=48.05%
B=28.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901851100.5100.410.27132.6340.4353.92
Hex5AB96E330291B852836
Octal13227115663051332055066
Binary101101010111001110111011001101010011101110000101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,185,110); }

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

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

 a { background-color: rgb(90,185,110); }

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

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

 span { border-color: rgb(90,185,110); }

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