Shades of Jade #0AC770
Tints of Jade #0AC770
RGB
CMYK
RGB Variations
Color information
#0AC770 (or 0x0AC770) is known color: Jade. HEX triplet: 0A, C7 and 70. RGB value is (10,199,112). Sum of RGB (Red+Green+Blue) = 10+199+112=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC770 is #F5388F. Grayscale: #848484. Windows color (decimal): -16070800 or 7390986. OLE color: 7390986.
HSL color Cylindrical-coordinate representation of color #0AC770: hue angle of 152.38º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC770 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 112 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.22 |
| HSL | 152.38º | 0.9% | 0.41% | - |
| HSV(B) | 152.38º | 0.95% | 0.78% | - |
| XYZ | 23.47 | 42.08 | 22.21 | - |
| YUV | 132.57 | 116.38 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 112 | 0.95 | 0 | 0.44 | 0.22 | 152.38 | 0.9 | 0.41 |
| Hex | A | C7 | 70 | 5F | 0 | 2C | 16 | 98 | 5A | 29 |
| Octal | 12 | 307 | 160 | 137 | 0 | 54 | 26 | 230 | 132 | 51 |
| Binary | 1010 | 11000111 | 1110000 | 1011111 | 0 | 101100 | 10110 | 10011000 | 1011010 | 101001 |
Color Harmonies of #0AC770
Complementary color
Monochromatic Colors of #0AC770
Black with #0AC770
Text Example
Text Example
White with #0AC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC770; }
p { color: rgb(10,199,112); }
H1.HeaderClassName
{
color: #0AC770;
}
.AnyTagClassName
{
color: #0AC770;
}
</style>
background-color css
<style>
a { background-color: #0AC770; }
a { background-color: rgb(10,199,112); }
div.DivClassName
{
background-color: #0AC770;
}
.BgClassName
{
background-color: #0AC770;
}
</style>
border-color css
<style>
span { border-color: #0AC770; }
span { border-color: rgb(10,199,112); }
td.TdClassName
{
border-color: #0AC770;
}
.TagClassName
{
border-color: #0AC770;
}
</style>