Shades of Pigment Green #01A84B
Tints of Pigment Green #01A84B
RGB
CMYK
RGB Variations
Color information
#01A84B (or 0x01A84B) is known color: Pigment Green. HEX triplet: 01, A8 and 4B. RGB value is (1,168,75). Sum of RGB (Red+Green+Blue) = 1+168+75=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 168 (66.02% from 255 or 68.85% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 168 - color contains mainly: green. Hex color #01A84B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A84B is #FE57B4. Grayscale: #6B6B6B. Windows color (decimal): -16668597 or 4958209. OLE color: 4958209.
HSL color Cylindrical-coordinate representation of color #01A84B: hue angle of 146.59º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A84B is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 168 | 75 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.34 |
| HSL | 146.59º | 0.99% | 0.33% | - |
| HSV(B) | 146.59º | 0.99% | 0.66% | - |
| XYZ | 15.29 | 28.52 | 11.36 | - |
| YUV | 107.47 | 109.67 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 75 | 0.99 | 0 | 0.55 | 0.34 | 146.59 | 0.99 | 0.33 |
| Hex | 1 | A8 | 4B | 63 | 0 | 37 | 22 | 93 | 63 | 21 |
| Octal | 1 | 250 | 113 | 143 | 0 | 67 | 42 | 223 | 143 | 41 |
| Binary | 1 | 10101000 | 1001011 | 1100011 | 0 | 110111 | 100010 | 10010011 | 1100011 | 100001 |
Color Harmonies of #01A84B
Complementary color
Monochromatic Colors of #01A84B
Black with #01A84B
Text Example
Text Example
White with #01A84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A84B; }
p { color: rgb(1,168,75); }
H1.HeaderClassName
{
color: #01A84B;
}
.AnyTagClassName
{
color: #01A84B;
}
</style>
background-color css
<style>
a { background-color: #01A84B; }
a { background-color: rgb(1,168,75); }
div.DivClassName
{
background-color: #01A84B;
}
.BgClassName
{
background-color: #01A84B;
}
</style>
border-color css
<style>
span { border-color: #01A84B; }
span { border-color: rgb(1,168,75); }
td.TdClassName
{
border-color: #01A84B;
}
.TagClassName
{
border-color: #01A84B;
}
</style>