#5DA269

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

Shades of Fern #5DA269

Tints of Fern #5DA269

Color information

#5DA269 (or 0x5DA269) is unknown color: approx Fern. HEX triplet: 5D, A2 and 69. RGB value is (93,162,105). Sum of RGB (Red+Green+Blue) = 93+162+105=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA269 is #A25D96. Grayscale: #878787. Windows color (decimal): -10640791 or 6922845. OLE color: 6922845.

HSL color Cylindrical-coordinate representation of color #5DA269: hue angle of 130.43º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA269 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB93162105-
CMYK0.4300.350.36
HSL130.43º27.06%50%-
HSV(B)130.43º42.59%63.53%-
XYZ19.9829.1917.95-
YUV134.87111.1498.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=25.83%
G=45%
B=29.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931621050.4300.350.36130.4327.0650
Hex5DA2692B02324821b32
Octal13524215153043442023362
Binary101110110100010110100110101101000111001001000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,162,105); }

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

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

 a { background-color: rgb(93,162,105); }

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

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

 span { border-color: rgb(93,162,105); }

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