#5CAD6E

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

Shades of Fern #5CAD6E

Tints of Fern #5CAD6E

Color information

#5CAD6E (or 0x5CAD6E) is unknown color: approx Fern. HEX triplet: 5C, AD and 6E. RGB value is (92,173,110). Sum of RGB (Red+Green+Blue) = 92+173+110=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAD6E is #A35291. Grayscale: #8D8D8D. Windows color (decimal): -10703506 or 7253340. OLE color: 7253340.

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

Color convert

RGB92173110-
CMYK0.4700.360.32
HSL133.33º33.06%51.96%-
HSV(B)133.33º46.82%67.84%-
XYZ22.1733.2920.01-
YUV141.6110.1692.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.53%
GREEN value IS 173 (67.97% from 255) = 46.13%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=24.53%
G=46.13%
B=29.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal921731100.4700.360.32133.3333.0651.96
Hex5CAD6E2F02420852134
Octal13425515657044402054164
Binary1011100101011011101110101111010010010000010000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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