Shades of Pigment Green #01A750
Tints of Pigment Green #01A750
RGB
CMYK
RGB Variations
Color information
#01A750 (or 0x01A750) is known color: Pigment Green. HEX triplet: 01, A7 and 50. RGB value is (1,167,80). Sum of RGB (Red+Green+Blue) = 1+167+80=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 167 (65.62% from 255 or 67.34% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 167 - color contains mainly: green. Hex color #01A750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A750 is #FE58AF. Grayscale: #6B6B6B. Windows color (decimal): -16668848 or 5285633. OLE color: 5285633.
HSL color Cylindrical-coordinate representation of color #01A750: hue angle of 148.55º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A750 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 167 | 80 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.35 |
| HSL | 148.55º | 0.99% | 0.33% | - |
| HSV(B) | 148.55º | 0.99% | 0.65% | - |
| XYZ | 15.28 | 28.22 | 12.23 | - |
| YUV | 107.45 | 112.5 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 80 | 0.99 | 0 | 0.52 | 0.35 | 148.55 | 0.99 | 0.33 |
| Hex | 1 | A7 | 50 | 63 | 0 | 34 | 23 | 95 | 63 | 21 |
| Octal | 1 | 247 | 120 | 143 | 0 | 64 | 43 | 225 | 143 | 41 |
| Binary | 1 | 10100111 | 1010000 | 1100011 | 0 | 110100 | 100011 | 10010101 | 1100011 | 100001 |
Color Harmonies of #01A750
Complementary color
Monochromatic Colors of #01A750
Black with #01A750
Text Example
Text Example
White with #01A750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A750; }
p { color: rgb(1,167,80); }
H1.HeaderClassName
{
color: #01A750;
}
.AnyTagClassName
{
color: #01A750;
}
</style>
background-color css
<style>
a { background-color: #01A750; }
a { background-color: rgb(1,167,80); }
div.DivClassName
{
background-color: #01A750;
}
.BgClassName
{
background-color: #01A750;
}
</style>
border-color css
<style>
span { border-color: #01A750; }
span { border-color: rgb(1,167,80); }
td.TdClassName
{
border-color: #01A750;
}
.TagClassName
{
border-color: #01A750;
}
</style>