Shades of Pigment Green #00A24C
Tints of Pigment Green #00A24C
RGB
CMYK
RGB Variations
Color information
#00A24C (or 0x00A24C) is known color: Pigment Green. HEX triplet: 00, A2 and 4C. RGB value is (0,162,76). Sum of RGB (Red+Green+Blue) = 0+162+76=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 162 (63.67% from 255 or 68.07% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 162 - color contains mainly: green. Hex color #00A24C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A24C is #FF5DB3. Grayscale: #676767. Windows color (decimal): -16735668 or 5022208. OLE color: 5022208.
HSL color Cylindrical-coordinate representation of color #00A24C: hue angle of 148.15º 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 #00A24C is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 162 | 76 | - |
| CMYK | 1 | 0 | 0.53 | 0.36 |
| HSL | 148.15º | 1% | 0.32% | - |
| HSV(B) | 148.15º | 1% | 0.64% | - |
| XYZ | 14.22 | 26.36 | 11.18 | - |
| YUV | 103.76 | 112.33 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 76 | 1 | 0 | 0.53 | 0.36 | 148.15 | 1 | 0.32 |
| Hex | 0 | A2 | 4C | 64 | 0 | 35 | 24 | 94 | 64 | 20 |
| Octal | 0 | 242 | 114 | 144 | 0 | 65 | 44 | 224 | 144 | 40 |
| Binary | 0 | 10100010 | 1001100 | 1100100 | 0 | 110101 | 100100 | 10010100 | 1100100 | 100000 |
Color Harmonies of #00A24C
Complementary color
Monochromatic Colors of #00A24C
Black with #00A24C
Text Example
Text Example
White with #00A24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A24C; }
p { color: rgb(0,162,76); }
H1.HeaderClassName
{
color: #00A24C;
}
.AnyTagClassName
{
color: #00A24C;
}
</style>
background-color css
<style>
a { background-color: #00A24C; }
a { background-color: rgb(0,162,76); }
div.DivClassName
{
background-color: #00A24C;
}
.BgClassName
{
background-color: #00A24C;
}
</style>
border-color css
<style>
span { border-color: #00A24C; }
span { border-color: rgb(0,162,76); }
td.TdClassName
{
border-color: #00A24C;
}
.TagClassName
{
border-color: #00A24C;
}
</style>