#5CAE6E

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

Shades of Fern #5CAE6E

Tints of Fern #5CAE6E

Color information

#5CAE6E (or 0x5CAE6E) is unknown color: approx Fern. HEX triplet: 5C, AE and 6E. RGB value is (92,174,110). Sum of RGB (Red+Green+Blue) = 92+174+110=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAE6E is #A35191. Grayscale: #8E8E8E. Windows color (decimal): -10703250 or 7253596. OLE color: 7253596.

HSL color Cylindrical-coordinate representation of color #5CAE6E: hue angle of 133.17º degrees, saturation: 0.34, 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 #5CAE6E is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB92174110-
CMYK0.4700.370.32
HSL133.17º33.61%52.16%-
HSV(B)133.17º47.13%68.24%-
XYZ22.3633.6720.07-
YUV142.19109.8392.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.47%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=24.47%
G=46.28%
B=29.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal921741100.4700.370.32133.1733.6152.16
Hex5CAE6E2F02520852234
Octal13425615657045402054264
Binary1011100101011101101110101111010010110000010000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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