#5AB26A

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

Shades of Fern #5AB26A

Tints of Fern #5AB26A

Color information

#5AB26A (or 0x5AB26A) is unknown color: approx Fern. HEX triplet: 5A, B2 and 6A. RGB value is (90,178,106). Sum of RGB (Red+Green+Blue) = 90+178+106=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB26A is #A54D95. Grayscale: #8F8F8F. Windows color (decimal): -10833302 or 6992474. OLE color: 6992474.

HSL color Cylindrical-coordinate representation of color #5AB26A: hue angle of 130.91º 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 #5AB26A is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB90178106-
CMYK0.4900.400.30
HSL130.91º36.36%52.55%-
HSV(B)130.91º49.44%69.8%-
XYZ22.7435.0619.2-
YUV143.48106.8589.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.06%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=24.06%
G=47.59%
B=28.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901781060.4900.400.30130.9136.3652.55
Hex5AB26A310281E832435
Octal13226215261050362034465
Binary101101010110010110101011000101010001111010000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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