Shades of Jade #0ABB69
Tints of Jade #0ABB69
RGB
CMYK
RGB Variations
Color information
#0ABB69 (or 0x0ABB69) is known color: Jade. HEX triplet: 0A, BB and 69. RGB value is (10,187,105). Sum of RGB (Red+Green+Blue) = 10+187+105=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABB69 is #F54496. Grayscale: #7C7C7C. Windows color (decimal): -16073879 or 6929162. OLE color: 6929162.
HSL color Cylindrical-coordinate representation of color #0ABB69: hue angle of 152.2º 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 #0ABB69 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 105 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.27 |
| HSL | 152.2º | 0.9% | 0.39% | - |
| HSV(B) | 152.2º | 0.95% | 0.73% | - |
| XYZ | 20.45 | 36.63 | 19.36 | - |
| YUV | 124.73 | 116.86 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 105 | 0.95 | 0 | 0.44 | 0.27 | 152.2 | 0.9 | 0.39 |
| Hex | A | BB | 69 | 5F | 0 | 2C | 1B | 98 | 5A | 27 |
| Octal | 12 | 273 | 151 | 137 | 0 | 54 | 33 | 230 | 132 | 47 |
| Binary | 1010 | 10111011 | 1101001 | 1011111 | 0 | 101100 | 11011 | 10011000 | 1011010 | 100111 |
Color Harmonies of #0ABB69
Complementary color
Monochromatic Colors of #0ABB69
Black with #0ABB69
Text Example
Text Example
White with #0ABB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB69; }
p { color: rgb(10,187,105); }
H1.HeaderClassName
{
color: #0ABB69;
}
.AnyTagClassName
{
color: #0ABB69;
}
</style>
background-color css
<style>
a { background-color: #0ABB69; }
a { background-color: rgb(10,187,105); }
div.DivClassName
{
background-color: #0ABB69;
}
.BgClassName
{
background-color: #0ABB69;
}
</style>
border-color css
<style>
span { border-color: #0ABB69; }
span { border-color: rgb(10,187,105); }
td.TdClassName
{
border-color: #0ABB69;
}
.TagClassName
{
border-color: #0ABB69;
}
</style>