#5CAB6E

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

Shades of Fern #5CAB6E

Tints of Fern #5CAB6E

Color information

#5CAB6E (or 0x5CAB6E) is unknown color: approx Fern. HEX triplet: 5C, AB and 6E. RGB value is (92,171,110). Sum of RGB (Red+Green+Blue) = 92+171+110=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAB6E is #A35491. Grayscale: #8C8C8C. Windows color (decimal): -10704018 or 7252828. OLE color: 7252828.

HSL color Cylindrical-coordinate representation of color #5CAB6E: hue angle of 133.67º 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 #5CAB6E is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB92171110-
CMYK0.4600.360.33
HSL133.67º31.98%51.57%-
HSV(B)133.67º46.2%67.06%-
XYZ21.7932.5319.88-
YUV140.42110.8393.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=24.66%
G=45.84%
B=29.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921711100.4600.360.33133.6731.9851.57
Hex5CAB6E2E02421862034
Octal13425315656044412064064
Binary1011100101010111101110101110010010010000110000110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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