Shades of Jade #0ABB68
Tints of Jade #0ABB68
RGB
CMYK
RGB Variations
Color information
#0ABB68 (or 0x0ABB68) is known color: Jade. HEX triplet: 0A, BB and 68. RGB value is (10,187,104). Sum of RGB (Red+Green+Blue) = 10+187+104=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABB68 is #F54497. Grayscale: #7C7C7C. Windows color (decimal): -16073880 or 6863626. OLE color: 6863626.
HSL color Cylindrical-coordinate representation of color #0ABB68: hue angle of 151.86º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABB68 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 104 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.27 |
| HSL | 151.86º | 0.9% | 0.39% | - |
| HSV(B) | 151.86º | 0.95% | 0.73% | - |
| XYZ | 20.39 | 36.6 | 19.09 | - |
| YUV | 124.62 | 116.36 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 104 | 0.95 | 0 | 0.44 | 0.27 | 151.86 | 0.9 | 0.39 |
| Hex | A | BB | 68 | 5F | 0 | 2C | 1B | 98 | 5A | 27 |
| Octal | 12 | 273 | 150 | 137 | 0 | 54 | 33 | 230 | 132 | 47 |
| Binary | 1010 | 10111011 | 1101000 | 1011111 | 0 | 101100 | 11011 | 10011000 | 1011010 | 100111 |
Color Harmonies of #0ABB68
Complementary color
Monochromatic Colors of #0ABB68
Black with #0ABB68
Text Example
Text Example
White with #0ABB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB68; }
p { color: rgb(10,187,104); }
H1.HeaderClassName
{
color: #0ABB68;
}
.AnyTagClassName
{
color: #0ABB68;
}
</style>
background-color css
<style>
a { background-color: #0ABB68; }
a { background-color: rgb(10,187,104); }
div.DivClassName
{
background-color: #0ABB68;
}
.BgClassName
{
background-color: #0ABB68;
}
</style>
border-color css
<style>
span { border-color: #0ABB68; }
span { border-color: rgb(10,187,104); }
td.TdClassName
{
border-color: #0ABB68;
}
.TagClassName
{
border-color: #0ABB68;
}
</style>