Shades of Jade #0CC269
Tints of Jade #0CC269
RGB
CMYK
RGB Variations
Color information
#0CC269 (or 0x0CC269) is known color: Jade. HEX triplet: 0C, C2 and 69. RGB value is (12,194,105). Sum of RGB (Red+Green+Blue) = 12+194+105=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC269 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC269 is #F33D96. Grayscale: #818181. Windows color (decimal): -15941015 or 6930956. OLE color: 6930956.
HSL color Cylindrical-coordinate representation of color #0CC269: hue angle of 150.66º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC269 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 105 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.24 |
| HSL | 150.66º | 0.88% | 0.4% | - |
| HSV(B) | 150.66º | 0.94% | 0.76% | - |
| XYZ | 21.99 | 39.68 | 19.86 | - |
| YUV | 129.44 | 114.2 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 105 | 0.94 | 0 | 0.46 | 0.24 | 150.66 | 0.88 | 0.4 |
| Hex | C | C2 | 69 | 5E | 0 | 2E | 18 | 97 | 58 | 28 |
| Octal | 14 | 302 | 151 | 136 | 0 | 56 | 30 | 227 | 130 | 50 |
| Binary | 1100 | 11000010 | 1101001 | 1011110 | 0 | 101110 | 11000 | 10010111 | 1011000 | 101000 |
Color Harmonies of #0CC269
Complementary color
Monochromatic Colors of #0CC269
Black with #0CC269
Text Example
Text Example
White with #0CC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC269; }
p { color: rgb(12,194,105); }
H1.HeaderClassName
{
color: #0CC269;
}
.AnyTagClassName
{
color: #0CC269;
}
</style>
background-color css
<style>
a { background-color: #0CC269; }
a { background-color: rgb(12,194,105); }
div.DivClassName
{
background-color: #0CC269;
}
.BgClassName
{
background-color: #0CC269;
}
</style>
border-color css
<style>
span { border-color: #0CC269; }
span { border-color: rgb(12,194,105); }
td.TdClassName
{
border-color: #0CC269;
}
.TagClassName
{
border-color: #0CC269;
}
</style>