Shades of Oxley #5DA16C
Tints of Oxley #5DA16C
RGB
CMYK
RGB Variations
Color information
#5DA16C (or 0x5DA16C) is known color: 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
| RGB | 93 | 161 | 108 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.37 |
| HSL | 133.24º | 0.27% | 0.5% | - |
| HSV(B) | 133.24º | 0.42% | 0.63% | - |
| XYZ | 19.97 | 28.9 | 18.71 | - |
| YUV | 134.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 108 | 0.42 | 0 | 0.33 | 0.37 | 133.24 | 0.27 | 0.5 |
| Hex | 5D | A1 | 6C | 2A | 0 | 21 | 25 | 85 | 1B | 32 |
| Octal | 135 | 241 | 154 | 52 | 0 | 41 | 45 | 205 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1101100 | 101010 | 0 | 100001 | 100101 | 10000101 | 11011 | 110010 |
Color Harmonies of #5DA16C
Complementary color
Monochromatic Colors of #5DA16C
Black with #5DA16C
Text Example
Text Example
White with #5DA16C
Text Example
Text Example
HTML Codes & Css Web 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>