#5DA86A

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

Shades of Fern #5DA86A

Tints of Fern #5DA86A

Color information

#5DA86A (or 0x5DA86A) is unknown color: approx Fern. HEX triplet: 5D, A8 and 6A. RGB value is (93,168,106). Sum of RGB (Red+Green+Blue) = 93+168+106=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA86A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA86A is #A25795. Grayscale: #8A8A8A. Windows color (decimal): -10639254 or 6989917. OLE color: 6989917.

HSL color Cylindrical-coordinate representation of color #5DA86A: hue angle of 130.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA86A is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB93168106-
CMYK0.4500.370.34
HSL130.4º30.12%51.18%-
HSV(B)130.4º44.64%65.88%-
XYZ21.1231.3718.58-
YUV138.51109.6595.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.34%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=25.34%
G=45.78%
B=28.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931681060.4500.370.34130.430.1251.18
Hex5DA86A2D02522821e33
Octal13525015255045422023663
Binary101110110101000110101010110101001011000101000001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,168,106); }

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

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

 a { background-color: rgb(93,168,106); }

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

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

 span { border-color: rgb(93,168,106); }

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