#5DAA6E

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

Shades of Fern #5DAA6E

Tints of Fern #5DAA6E

Color information

#5DAA6E (or 0x5DAA6E) is unknown color: approx Fern. HEX triplet: 5D, AA and 6E. RGB value is (93,170,110). Sum of RGB (Red+Green+Blue) = 93+170+110=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA6E is #A25591. Grayscale: #8C8C8C. Windows color (decimal): -10638738 or 7252573. OLE color: 7252573.

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

Color convert

RGB93170110-
CMYK0.4500.350.33
HSL133.25º31.17%51.57%-
HSV(B)133.25º45.29%66.67%-
XYZ21.732.219.82-
YUV140.14110.9994.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.93%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=24.93%
G=45.58%
B=29.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931701100.4500.350.33133.2531.1751.57
Hex5DAA6E2D02321851f34
Octal13525215655043412053764
Binary101110110101010110111010110101000111000011000010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,110); }

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

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

 a { background-color: rgb(93,170,110); }

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

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

 span { border-color: rgb(93,170,110); }

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