Shades of Pigment Green #0ABE5B
Tints of Pigment Green #0ABE5B
RGB
CMYK
RGB Variations
Color information
#0ABE5B (or 0x0ABE5B) is known color: Pigment Green. HEX triplet: 0A, BE and 5B. RGB value is (10,190,91). Sum of RGB (Red+Green+Blue) = 10+190+91=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 190 (74.61% from 255 or 65.29% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE5B is #F541A4. Grayscale: #7D7D7D. Windows color (decimal): -16073125 or 6012426. OLE color: 6012426.
HSL color Cylindrical-coordinate representation of color #0ABE5B: hue angle of 147º 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 #0ABE5B is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 91 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.25 |
| HSL | 147º | 0.9% | 0.39% | - |
| HSV(B) | 147º | 0.95% | 0.75% | - |
| XYZ | 20.43 | 37.65 | 16.09 | - |
| YUV | 124.89 | 108.87 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 91 | 0.95 | 0 | 0.52 | 0.25 | 147 | 0.9 | 0.39 |
| Hex | A | BE | 5B | 5F | 0 | 34 | 19 | 93 | 5A | 27 |
| Octal | 12 | 276 | 133 | 137 | 0 | 64 | 31 | 223 | 132 | 47 |
| Binary | 1010 | 10111110 | 1011011 | 1011111 | 0 | 110100 | 11001 | 10010011 | 1011010 | 100111 |
Color Harmonies of #0ABE5B
Complementary color
Monochromatic Colors of #0ABE5B
Black with #0ABE5B
Text Example
Text Example
White with #0ABE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABE5B; }
p { color: rgb(10,190,91); }
H1.HeaderClassName
{
color: #0ABE5B;
}
.AnyTagClassName
{
color: #0ABE5B;
}
</style>
background-color css
<style>
a { background-color: #0ABE5B; }
a { background-color: rgb(10,190,91); }
div.DivClassName
{
background-color: #0ABE5B;
}
.BgClassName
{
background-color: #0ABE5B;
}
</style>
border-color css
<style>
span { border-color: #0ABE5B; }
span { border-color: rgb(10,190,91); }
td.TdClassName
{
border-color: #0ABE5B;
}
.TagClassName
{
border-color: #0ABE5B;
}
</style>