Shades of Pigment Green #0A9C4A
Tints of Pigment Green #0A9C4A
RGB
CMYK
RGB Variations
Color information
#0A9C4A (or 0x0A9C4A) is known color: Pigment Green. HEX triplet: 0A, 9C and 4A. RGB value is (10,156,74). Sum of RGB (Red+Green+Blue) = 10+156+74=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 156 (61.33% from 255 or 65% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C4A is #F563B5. Grayscale: #676767. Windows color (decimal): -16081846 or 4889610. OLE color: 4889610.
HSL color Cylindrical-coordinate representation of color #0A9C4A: hue angle of 146.3º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9C4A is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 156 | 74 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.39 |
| HSL | 146.3º | 0.88% | 0.33% | - |
| HSV(B) | 146.3º | 0.94% | 0.61% | - |
| XYZ | 13.25 | 24.34 | 10.48 | - |
| YUV | 103 | 111.63 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 156 | 74 | 0.94 | 0 | 0.53 | 0.39 | 146.3 | 0.88 | 0.33 |
| Hex | A | 9C | 4A | 5E | 0 | 35 | 27 | 92 | 58 | 21 |
| Octal | 12 | 234 | 112 | 136 | 0 | 65 | 47 | 222 | 130 | 41 |
| Binary | 1010 | 10011100 | 1001010 | 1011110 | 0 | 110101 | 100111 | 10010010 | 1011000 | 100001 |
Color Harmonies of #0A9C4A
Complementary color
Monochromatic Colors of #0A9C4A
Black with #0A9C4A
Text Example
Text Example
White with #0A9C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9C4A; }
p { color: rgb(10,156,74); }
H1.HeaderClassName
{
color: #0A9C4A;
}
.AnyTagClassName
{
color: #0A9C4A;
}
</style>
background-color css
<style>
a { background-color: #0A9C4A; }
a { background-color: rgb(10,156,74); }
div.DivClassName
{
background-color: #0A9C4A;
}
.BgClassName
{
background-color: #0A9C4A;
}
</style>
border-color css
<style>
span { border-color: #0A9C4A; }
span { border-color: rgb(10,156,74); }
td.TdClassName
{
border-color: #0A9C4A;
}
.TagClassName
{
border-color: #0A9C4A;
}
</style>