Shades of Pigment Green #00A236
Tints of Pigment Green #00A236
RGB
CMYK
RGB Variations
Color information
#00A236 (or 0x00A236) is known color: Pigment Green. HEX triplet: 00, A2 and 36. RGB value is (0,162,54). Sum of RGB (Red+Green+Blue) = 0+162+54=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 162 (63.67% from 255 or 75% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 162 - color contains mainly: green. Hex color #00A236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A236 is #FF5DC9. Grayscale: #656565. Windows color (decimal): -16735690 or 3580416. OLE color: 3580416.
HSL color Cylindrical-coordinate representation of color #00A236: hue angle of 140º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A236 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 162 | 54 | - |
| CMYK | 1 | 0 | 0.67 | 0.36 |
| HSL | 140º | 1% | 0.32% | - |
| HSV(B) | 140º | 1% | 0.64% | - |
| XYZ | 13.59 | 26.11 | 7.81 | - |
| YUV | 101.25 | 101.33 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 54 | 1 | 0 | 0.67 | 0.36 | 140 | 1 | 0.32 |
| Hex | 0 | A2 | 36 | 64 | 0 | 43 | 24 | 8C | 64 | 20 |
| Octal | 0 | 242 | 66 | 144 | 0 | 103 | 44 | 214 | 144 | 40 |
| Binary | 0 | 10100010 | 110110 | 1100100 | 0 | 1000011 | 100100 | 10001100 | 1100100 | 100000 |
Color Harmonies of #00A236
Complementary color
Monochromatic Colors of #00A236
Black with #00A236
Text Example
Text Example
White with #00A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A236; }
p { color: rgb(0,162,54); }
H1.HeaderClassName
{
color: #00A236;
}
.AnyTagClassName
{
color: #00A236;
}
</style>
background-color css
<style>
a { background-color: #00A236; }
a { background-color: rgb(0,162,54); }
div.DivClassName
{
background-color: #00A236;
}
.BgClassName
{
background-color: #00A236;
}
</style>
border-color css
<style>
span { border-color: #00A236; }
span { border-color: rgb(0,162,54); }
td.TdClassName
{
border-color: #00A236;
}
.TagClassName
{
border-color: #00A236;
}
</style>