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