Shades of Pigment Green #0ABB5C
Tints of Pigment Green #0ABB5C
RGB
CMYK
RGB Variations
Color information
#0ABB5C (or 0x0ABB5C) is known color: Pigment Green. HEX triplet: 0A, BB and 5C. RGB value is (10,187,92). Sum of RGB (Red+Green+Blue) = 10+187+92=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABB5C is #F544A3. Grayscale: #7B7B7B. Windows color (decimal): -16073892 or 6077194. OLE color: 6077194.
HSL color Cylindrical-coordinate representation of color #0ABB5C: hue angle of 147.8º 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 #0ABB5C is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 92 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.27 |
| HSL | 147.8º | 0.9% | 0.39% | - |
| HSV(B) | 147.8º | 0.95% | 0.73% | - |
| XYZ | 19.83 | 36.38 | 16.1 | - |
| YUV | 123.25 | 110.36 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 92 | 0.95 | 0 | 0.51 | 0.27 | 147.8 | 0.9 | 0.39 |
| Hex | A | BB | 5C | 5F | 0 | 33 | 1B | 94 | 5A | 27 |
| Octal | 12 | 273 | 134 | 137 | 0 | 63 | 33 | 224 | 132 | 47 |
| Binary | 1010 | 10111011 | 1011100 | 1011111 | 0 | 110011 | 11011 | 10010100 | 1011010 | 100111 |
Color Harmonies of #0ABB5C
Complementary color
Monochromatic Colors of #0ABB5C
Black with #0ABB5C
Text Example
Text Example
White with #0ABB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB5C; }
p { color: rgb(10,187,92); }
H1.HeaderClassName
{
color: #0ABB5C;
}
.AnyTagClassName
{
color: #0ABB5C;
}
</style>
background-color css
<style>
a { background-color: #0ABB5C; }
a { background-color: rgb(10,187,92); }
div.DivClassName
{
background-color: #0ABB5C;
}
.BgClassName
{
background-color: #0ABB5C;
}
</style>
border-color css
<style>
span { border-color: #0ABB5C; }
span { border-color: rgb(10,187,92); }
td.TdClassName
{
border-color: #0ABB5C;
}
.TagClassName
{
border-color: #0ABB5C;
}
</style>