#5CAA70

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

Shades of Fern #5CAA70

Tints of Fern #5CAA70

Color information

#5CAA70 (or 0x5CAA70) is unknown color: approx Fern. HEX triplet: 5C, AA and 70. RGB value is (92,170,112). Sum of RGB (Red+Green+Blue) = 92+170+112=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA70 is #A3558F. Grayscale: #8C8C8C. Windows color (decimal): -10704272 or 7383644. OLE color: 7383644.

HSL color Cylindrical-coordinate representation of color #5CAA70: hue angle of 135.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA70 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB92170112-
CMYK0.4600.340.33
HSL135.38º31.45%51.37%-
HSV(B)135.38º45.88%66.67%-
XYZ21.7132.1920.4-
YUV140.07112.1693.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.60%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=24.60%
G=45.45%
B=29.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921701120.4600.340.33135.3831.4551.37
Hex5CAA702E02221871f33
Octal13425216056042412073763
Binary101110010101010111000010111001000101000011000011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,112); }

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

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

 a { background-color: rgb(92,170,112); }

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

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

 span { border-color: rgb(92,170,112); }

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