#5DA16E

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

Shades of Oxley #5DA16E

Tints of Oxley #5DA16E

Color information

#5DA16E (or 0x5DA16E) is unknown color: approx Oxley. HEX triplet: 5D, A1 and 6E. RGB value is (93,161,110). Sum of RGB (Red+Green+Blue) = 93+161+110=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA16E is #A25E91. Grayscale: #868686. Windows color (decimal): -10641042 or 7250269. OLE color: 7250269.

HSL color Cylindrical-coordinate representation of color #5DA16E: hue angle of 135º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA16E is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB93161110-
CMYK0.4200.320.37
HSL135º26.77%49.8%-
HSV(B)135º42.24%63.14%-
XYZ20.0728.9419.28-
YUV134.85113.9798.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.55%
GREEN value IS 161 (63.28% from 255) = 44.23%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=25.55%
G=44.23%
B=30.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931611100.4200.320.3713526.7749.8
Hex5DA16E2A02025871b32
Octal13524115652040452073362
Binary101110110100001110111010101001000001001011000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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