#5DA16C

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

Shades of Oxley #5DA16C

Tints of Oxley #5DA16C

Color information

#5DA16C (or 0x5DA16C) is unknown color: approx Oxley. HEX triplet: 5D, A1 and 6C. RGB value is (93,161,108). Sum of RGB (Red+Green+Blue) = 93+161+108=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA16C is #A25E93. Grayscale: #868686. Windows color (decimal): -10641044 or 7119197. OLE color: 7119197.

HSL color Cylindrical-coordinate representation of color #5DA16C: hue angle of 133.24º 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 #5DA16C is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB93161108-
CMYK0.4200.330.37
HSL133.24º26.77%49.8%-
HSV(B)133.24º42.24%63.14%-
XYZ19.9728.918.71-
YUV134.63112.9798.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 161 (63.28% from 255) = 44.48%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=25.69%
G=44.48%
B=29.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931611080.4200.330.37133.2426.7749.8
Hex5DA16C2A02125851b32
Octal13524115452041452053362
Binary101110110100001110110010101001000011001011000010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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