Shades of Pigment Green #0ABE5A
Tints of Pigment Green #0ABE5A
RGB
CMYK
RGB Variations
Color information
#0ABE5A (or 0x0ABE5A) is known color: Pigment Green. HEX triplet: 0A, BE and 5A. RGB value is (10,190,90). Sum of RGB (Red+Green+Blue) = 10+190+90=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 190 (74.61% from 255 or 65.52% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE5A is #F541A5. Grayscale: #7D7D7D. Windows color (decimal): -16073126 or 5946890. OLE color: 5946890.
HSL color Cylindrical-coordinate representation of color #0ABE5A: hue angle of 146.67º 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 #0ABE5A is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 90 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.25 |
| HSL | 146.67º | 0.9% | 0.39% | - |
| HSV(B) | 146.67º | 0.95% | 0.75% | - |
| XYZ | 20.38 | 37.63 | 15.86 | - |
| YUV | 124.78 | 108.37 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 90 | 0.95 | 0 | 0.53 | 0.25 | 146.67 | 0.9 | 0.39 |
| Hex | A | BE | 5A | 5F | 0 | 35 | 19 | 93 | 5A | 27 |
| Octal | 12 | 276 | 132 | 137 | 0 | 65 | 31 | 223 | 132 | 47 |
| Binary | 1010 | 10111110 | 1011010 | 1011111 | 0 | 110101 | 11001 | 10010011 | 1011010 | 100111 |
Color Harmonies of #0ABE5A
Complementary color
Monochromatic Colors of #0ABE5A
Black with #0ABE5A
Text Example
Text Example
White with #0ABE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABE5A; }
p { color: rgb(10,190,90); }
H1.HeaderClassName
{
color: #0ABE5A;
}
.AnyTagClassName
{
color: #0ABE5A;
}
</style>
background-color css
<style>
a { background-color: #0ABE5A; }
a { background-color: rgb(10,190,90); }
div.DivClassName
{
background-color: #0ABE5A;
}
.BgClassName
{
background-color: #0ABE5A;
}
</style>
border-color css
<style>
span { border-color: #0ABE5A; }
span { border-color: rgb(10,190,90); }
td.TdClassName
{
border-color: #0ABE5A;
}
.TagClassName
{
border-color: #0ABE5A;
}
</style>