#5CAB5F

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

Shades of Fern #5CAB5F

Tints of Fern #5CAB5F

Color information

#5CAB5F (or 0x5CAB5F) is unknown color: approx Fern. HEX triplet: 5C, AB and 5F. RGB value is (92,171,95). Sum of RGB (Red+Green+Blue) = 92+171+95=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAB5F is #A354A0. Grayscale: #8A8A8A. Windows color (decimal): -10704033 or 6269788. OLE color: 6269788.

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

Color convert

RGB9217195-
CMYK0.4600.440.33
HSL122.28º31.98%51.57%-
HSV(B)122.28º46.2%67.06%-
XYZ21.0432.2315.94-
YUV138.72103.3394.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.70%
GREEN value IS 171 (67.19% from 255) = 47.77%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=25.70%
G=47.77%
B=26.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92171950.4600.440.33122.2831.9851.57
Hex5CAB5F2E02C217a2034
Octal13425313756054411724064
Binary101110010101011101111110111001011001000011111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,171,95); }

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

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

 a { background-color: rgb(92,171,95); }

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

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

 span { border-color: rgb(92,171,95); }

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