Shades of Oxley #5CA16F
Tints of Oxley #5CA16F
RGB
CMYK
RGB Variations
Color information
#5CA16F (or 0x5CA16F) is known color: Oxley. HEX triplet: 5C, A1 and 6F. RGB value is (92,161,111). Sum of RGB (Red+Green+Blue) = 92+161+111=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA16F is #A35E90. Grayscale: #868686. Windows color (decimal): -10706577 or 7315804. OLE color: 7315804.
HSL color Cylindrical-coordinate representation of color #5CA16F: hue angle of 136.52º 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 #5CA16F is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 111 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.37 |
| HSL | 136.52º | 0.27% | 0.5% | - |
| HSV(B) | 136.52º | 0.43% | 0.63% | - |
| XYZ | 20.03 | 28.91 | 19.56 | - |
| YUV | 134.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 111 | 0.43 | 0 | 0.31 | 0.37 | 136.52 | 0.27 | 0.5 |
| Hex | 5C | A1 | 6F | 2B | 0 | 1F | 25 | 89 | 1B | 32 |
| Octal | 134 | 241 | 157 | 53 | 0 | 37 | 45 | 211 | 33 | 62 |
| Binary | 1011100 | 10100001 | 1101111 | 101011 | 0 | 11111 | 100101 | 10001001 | 11011 | 110010 |
Color Harmonies of #5CA16F
Complementary color
Monochromatic Colors of #5CA16F
Black with #5CA16F
Text Example
Text Example
White with #5CA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA16F; }
p { color: rgb(92,161,111); }
H1.HeaderClassName
{
color: #5CA16F;
}
.AnyTagClassName
{
color: #5CA16F;
}
</style>
background-color css
<style>
a { background-color: #5CA16F; }
a { background-color: rgb(92,161,111); }
div.DivClassName
{
background-color: #5CA16F;
}
.BgClassName
{
background-color: #5CA16F;
}
</style>
border-color css
<style>
span { border-color: #5CA16F; }
span { border-color: rgb(92,161,111); }
td.TdClassName
{
border-color: #5CA16F;
}
.TagClassName
{
border-color: #5CA16F;
}
</style>