Shades of Jade #0AC26F
Tints of Jade #0AC26F
RGB
CMYK
RGB Variations
Color information
#0AC26F (or 0x0AC26F) is known color: Jade. HEX triplet: 0A, C2 and 6F. RGB value is (10,194,111). Sum of RGB (Red+Green+Blue) = 10+194+111=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC26F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC26F is #F53D90. Grayscale: #818181. Windows color (decimal): -16072081 or 7324170. OLE color: 7324170.
HSL color Cylindrical-coordinate representation of color #0AC26F: hue angle of 152.93º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC26F is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 111 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.24 |
| HSL | 152.93º | 0.9% | 0.4% | - |
| HSV(B) | 152.93º | 0.95% | 0.76% | - |
| XYZ | 22.29 | 39.8 | 21.55 | - |
| YUV | 129.52 | 117.54 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 111 | 0.95 | 0 | 0.43 | 0.24 | 152.93 | 0.9 | 0.4 |
| Hex | A | C2 | 6F | 5F | 0 | 2B | 18 | 99 | 5A | 28 |
| Octal | 12 | 302 | 157 | 137 | 0 | 53 | 30 | 231 | 132 | 50 |
| Binary | 1010 | 11000010 | 1101111 | 1011111 | 0 | 101011 | 11000 | 10011001 | 1011010 | 101000 |
Color Harmonies of #0AC26F
Complementary color
Monochromatic Colors of #0AC26F
Black with #0AC26F
Text Example
Text Example
White with #0AC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC26F; }
p { color: rgb(10,194,111); }
H1.HeaderClassName
{
color: #0AC26F;
}
.AnyTagClassName
{
color: #0AC26F;
}
</style>
background-color css
<style>
a { background-color: #0AC26F; }
a { background-color: rgb(10,194,111); }
div.DivClassName
{
background-color: #0AC26F;
}
.BgClassName
{
background-color: #0AC26F;
}
</style>
border-color css
<style>
span { border-color: #0AC26F; }
span { border-color: rgb(10,194,111); }
td.TdClassName
{
border-color: #0AC26F;
}
.TagClassName
{
border-color: #0AC26F;
}
</style>