Shades of Oxley #5CA16B
Tints of Oxley #5CA16B
RGB
CMYK
RGB Variations
Color information
#5CA16B (or 0x5CA16B) is known color: Oxley. HEX triplet: 5C, A1 and 6B. RGB value is (92,161,107). Sum of RGB (Red+Green+Blue) = 92+161+107=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA16B is #A35E94. Grayscale: #868686. Windows color (decimal): -10706581 or 7053660. OLE color: 7053660.
HSL color Cylindrical-coordinate representation of color #5CA16B: hue angle of 133.04º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA16B is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 107 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.37 |
| HSL | 133.04º | 0.27% | 0.5% | - |
| HSV(B) | 133.04º | 0.43% | 0.63% | - |
| XYZ | 19.81 | 28.83 | 18.43 | - |
| YUV | 134.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 107 | 0.43 | 0 | 0.34 | 0.37 | 133.04 | 0.27 | 0.5 |
| Hex | 5C | A1 | 6B | 2B | 0 | 22 | 25 | 85 | 1B | 32 |
| Octal | 134 | 241 | 153 | 53 | 0 | 42 | 45 | 205 | 33 | 62 |
| Binary | 1011100 | 10100001 | 1101011 | 101011 | 0 | 100010 | 100101 | 10000101 | 11011 | 110010 |
Color Harmonies of #5CA16B
Complementary color
Monochromatic Colors of #5CA16B
Black with #5CA16B
Text Example
Text Example
White with #5CA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA16B; }
p { color: rgb(92,161,107); }
H1.HeaderClassName
{
color: #5CA16B;
}
.AnyTagClassName
{
color: #5CA16B;
}
</style>
background-color css
<style>
a { background-color: #5CA16B; }
a { background-color: rgb(92,161,107); }
div.DivClassName
{
background-color: #5CA16B;
}
.BgClassName
{
background-color: #5CA16B;
}
</style>
border-color css
<style>
span { border-color: #5CA16B; }
span { border-color: rgb(92,161,107); }
td.TdClassName
{
border-color: #5CA16B;
}
.TagClassName
{
border-color: #5CA16B;
}
</style>