#5CAC6D

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

Shades of Fern #5CAC6D

Tints of Fern #5CAC6D

Color information

#5CAC6D (or 0x5CAC6D) is unknown color: approx Fern. HEX triplet: 5C, AC and 6D. RGB value is (92,172,109). Sum of RGB (Red+Green+Blue) = 92+172+109=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC6D is #A35392. Grayscale: #8D8D8D. Windows color (decimal): -10703763 or 7187548. OLE color: 7187548.

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

Color convert

RGB92172109-
CMYK0.4700.370.33
HSL132.75º32.52%51.76%-
HSV(B)132.75º46.51%67.45%-
XYZ21.9332.8819.66-
YUV140.911093.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=24.66%
G=46.11%
B=29.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921721090.4700.370.33132.7532.5251.76
Hex5CAC6D2F02521852134
Octal13425415557045412054164
Binary1011100101011001101101101111010010110000110000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,172,109); }

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

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

 a { background-color: rgb(92,172,109); }

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

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

 span { border-color: rgb(92,172,109); }

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