Shades of Jade #0ABF67
Tints of Jade #0ABF67
RGB
CMYK
RGB Variations
Color information
#0ABF67 (or 0x0ABF67) is known color: Jade. HEX triplet: 0A, BF and 67. RGB value is (10,191,103). Sum of RGB (Red+Green+Blue) = 10+191+103=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 191 (75% from 255 or 62.83% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF67 is #F54098. Grayscale: #7F7F7F. Windows color (decimal): -16072857 or 6799114. OLE color: 6799114.
HSL color Cylindrical-coordinate representation of color #0ABF67: hue angle of 150.83º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF67 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 103 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.25 |
| HSL | 150.83º | 0.9% | 0.39% | - |
| HSV(B) | 150.83º | 0.95% | 0.75% | - |
| XYZ | 21.2 | 38.31 | 19.11 | - |
| YUV | 126.85 | 114.53 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 103 | 0.95 | 0 | 0.46 | 0.25 | 150.83 | 0.9 | 0.39 |
| Hex | A | BF | 67 | 5F | 0 | 2E | 19 | 97 | 5A | 27 |
| Octal | 12 | 277 | 147 | 137 | 0 | 56 | 31 | 227 | 132 | 47 |
| Binary | 1010 | 10111111 | 1100111 | 1011111 | 0 | 101110 | 11001 | 10010111 | 1011010 | 100111 |
Color Harmonies of #0ABF67
Complementary color
Monochromatic Colors of #0ABF67
Black with #0ABF67
Text Example
Text Example
White with #0ABF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABF67; }
p { color: rgb(10,191,103); }
H1.HeaderClassName
{
color: #0ABF67;
}
.AnyTagClassName
{
color: #0ABF67;
}
</style>
background-color css
<style>
a { background-color: #0ABF67; }
a { background-color: rgb(10,191,103); }
div.DivClassName
{
background-color: #0ABF67;
}
.BgClassName
{
background-color: #0ABF67;
}
</style>
border-color css
<style>
span { border-color: #0ABF67; }
span { border-color: rgb(10,191,103); }
td.TdClassName
{
border-color: #0ABF67;
}
.TagClassName
{
border-color: #0ABF67;
}
</style>