Shades of Jade #0ABC66
Tints of Jade #0ABC66
RGB
CMYK
RGB Variations
Color information
#0ABC66 (or 0x0ABC66) is known color: Jade. HEX triplet: 0A, BC and 66. RGB value is (10,188,102). Sum of RGB (Red+Green+Blue) = 10+188+102=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC66 is #F54399. Grayscale: #7D7D7D. Windows color (decimal): -16073626 or 6732810. OLE color: 6732810.
HSL color Cylindrical-coordinate representation of color #0ABC66: hue angle of 151.01º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC66 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 102 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.26 |
| HSL | 151.01º | 0.9% | 0.39% | - |
| HSV(B) | 151.01º | 0.95% | 0.74% | - |
| XYZ | 20.51 | 36.99 | 18.63 | - |
| YUV | 124.97 | 115.03 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 102 | 0.95 | 0 | 0.46 | 0.26 | 151.01 | 0.9 | 0.39 |
| Hex | A | BC | 66 | 5F | 0 | 2E | 1A | 97 | 5A | 27 |
| Octal | 12 | 274 | 146 | 137 | 0 | 56 | 32 | 227 | 132 | 47 |
| Binary | 1010 | 10111100 | 1100110 | 1011111 | 0 | 101110 | 11010 | 10010111 | 1011010 | 100111 |
Color Harmonies of #0ABC66
Complementary color
Monochromatic Colors of #0ABC66
Black with #0ABC66
Text Example
Text Example
White with #0ABC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC66; }
p { color: rgb(10,188,102); }
H1.HeaderClassName
{
color: #0ABC66;
}
.AnyTagClassName
{
color: #0ABC66;
}
</style>
background-color css
<style>
a { background-color: #0ABC66; }
a { background-color: rgb(10,188,102); }
div.DivClassName
{
background-color: #0ABC66;
}
.BgClassName
{
background-color: #0ABC66;
}
</style>
border-color css
<style>
span { border-color: #0ABC66; }
span { border-color: rgb(10,188,102); }
td.TdClassName
{
border-color: #0ABC66;
}
.TagClassName
{
border-color: #0ABC66;
}
</style>