Shades of Pigment Green #01A552
Tints of Pigment Green #01A552
RGB
CMYK
RGB Variations
Color information
#01A552 (or 0x01A552) is known color: Pigment Green. HEX triplet: 01, A5 and 52. RGB value is (1,165,82). Sum of RGB (Red+Green+Blue) = 1+165+82=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #01A552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A552 is #FE5AAD. Grayscale: #6A6A6A. Windows color (decimal): -16669358 or 5416193. OLE color: 5416193.
HSL color Cylindrical-coordinate representation of color #01A552: hue angle of 149.63º 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 #01A552 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 82 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.35 |
| HSL | 149.63º | 0.99% | 0.33% | - |
| HSV(B) | 149.63º | 0.99% | 0.65% | - |
| XYZ | 14.99 | 27.53 | 12.51 | - |
| YUV | 106.5 | 114.17 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 82 | 0.99 | 0 | 0.50 | 0.35 | 149.63 | 0.99 | 0.33 |
| Hex | 1 | A5 | 52 | 63 | 0 | 32 | 23 | 96 | 63 | 21 |
| Octal | 1 | 245 | 122 | 143 | 0 | 62 | 43 | 226 | 143 | 41 |
| Binary | 1 | 10100101 | 1010010 | 1100011 | 0 | 110010 | 100011 | 10010110 | 1100011 | 100001 |
Color Harmonies of #01A552
Complementary color
Monochromatic Colors of #01A552
Black with #01A552
Text Example
Text Example
White with #01A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A552; }
p { color: rgb(1,165,82); }
H1.HeaderClassName
{
color: #01A552;
}
.AnyTagClassName
{
color: #01A552;
}
</style>
background-color css
<style>
a { background-color: #01A552; }
a { background-color: rgb(1,165,82); }
div.DivClassName
{
background-color: #01A552;
}
.BgClassName
{
background-color: #01A552;
}
</style>
border-color css
<style>
span { border-color: #01A552; }
span { border-color: rgb(1,165,82); }
td.TdClassName
{
border-color: #01A552;
}
.TagClassName
{
border-color: #01A552;
}
</style>