Shades of Jade #0ABD6B
Tints of Jade #0ABD6B
RGB
CMYK
RGB Variations
Color information
#0ABD6B (or 0x0ABD6B) is known color: Jade. HEX triplet: 0A, BD and 6B. RGB value is (10,189,107). Sum of RGB (Red+Green+Blue) = 10+189+107=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD6B is #F54294. Grayscale: #7E7E7E. Windows color (decimal): -16073365 or 7060746. OLE color: 7060746.
HSL color Cylindrical-coordinate representation of color #0ABD6B: hue angle of 152.51º 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 #0ABD6B is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 107 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.26 |
| HSL | 152.51º | 0.9% | 0.39% | - |
| HSV(B) | 152.51º | 0.95% | 0.74% | - |
| XYZ | 20.98 | 37.52 | 20.05 | - |
| YUV | 126.13 | 117.2 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 107 | 0.95 | 0 | 0.43 | 0.26 | 152.51 | 0.9 | 0.39 |
| Hex | A | BD | 6B | 5F | 0 | 2B | 1A | 99 | 5A | 27 |
| Octal | 12 | 275 | 153 | 137 | 0 | 53 | 32 | 231 | 132 | 47 |
| Binary | 1010 | 10111101 | 1101011 | 1011111 | 0 | 101011 | 11010 | 10011001 | 1011010 | 100111 |
Color Harmonies of #0ABD6B
Complementary color
Monochromatic Colors of #0ABD6B
Black with #0ABD6B
Text Example
Text Example
White with #0ABD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD6B; }
p { color: rgb(10,189,107); }
H1.HeaderClassName
{
color: #0ABD6B;
}
.AnyTagClassName
{
color: #0ABD6B;
}
</style>
background-color css
<style>
a { background-color: #0ABD6B; }
a { background-color: rgb(10,189,107); }
div.DivClassName
{
background-color: #0ABD6B;
}
.BgClassName
{
background-color: #0ABD6B;
}
</style>
border-color css
<style>
span { border-color: #0ABD6B; }
span { border-color: rgb(10,189,107); }
td.TdClassName
{
border-color: #0ABD6B;
}
.TagClassName
{
border-color: #0ABD6B;
}
</style>