Shades of Jade #0CAF69
Tints of Jade #0CAF69
RGB
CMYK
RGB Variations
Color information
#0CAF69 (or 0x0CAF69) is known color: Jade. HEX triplet: 0C, AF and 69. RGB value is (12,175,105). Sum of RGB (Red+Green+Blue) = 12+175+105=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF69 is #F35096. Grayscale: #767676. Windows color (decimal): -15945879 or 6926092. OLE color: 6926092.
HSL color Cylindrical-coordinate representation of color #0CAF69: hue angle of 154.23º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF69 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 105 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.31 |
| HSL | 154.23º | 0.87% | 0.37% | - |
| HSV(B) | 154.23º | 0.93% | 0.69% | - |
| XYZ | 18.03 | 31.76 | 18.54 | - |
| YUV | 118.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 105 | 0.93 | 0 | 0.40 | 0.31 | 154.23 | 0.87 | 0.37 |
| Hex | C | AF | 69 | 5D | 0 | 28 | 1F | 9A | 57 | 25 |
| Octal | 14 | 257 | 151 | 135 | 0 | 50 | 37 | 232 | 127 | 45 |
| Binary | 1100 | 10101111 | 1101001 | 1011101 | 0 | 101000 | 11111 | 10011010 | 1010111 | 100101 |
Color Harmonies of #0CAF69
Complementary color
Monochromatic Colors of #0CAF69
Black with #0CAF69
Text Example
Text Example
White with #0CAF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF69; }
p { color: rgb(12,175,105); }
H1.HeaderClassName
{
color: #0CAF69;
}
.AnyTagClassName
{
color: #0CAF69;
}
</style>
background-color css
<style>
a { background-color: #0CAF69; }
a { background-color: rgb(12,175,105); }
div.DivClassName
{
background-color: #0CAF69;
}
.BgClassName
{
background-color: #0CAF69;
}
</style>
border-color css
<style>
span { border-color: #0CAF69; }
span { border-color: rgb(12,175,105); }
td.TdClassName
{
border-color: #0CAF69;
}
.TagClassName
{
border-color: #0CAF69;
}
</style>