Shades of Pigment Green #0A9C43
Tints of Pigment Green #0A9C43
RGB
CMYK
RGB Variations
Color information
#0A9C43 (or 0x0A9C43) is known color: Pigment Green. HEX triplet: 0A, 9C and 43. RGB value is (10,156,67). Sum of RGB (Red+Green+Blue) = 10+156+67=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 156 (61.33% from 255 or 66.95% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C43 is #F563BC. Grayscale: #666666. Windows color (decimal): -16081853 or 4430858. OLE color: 4430858.
HSL color Cylindrical-coordinate representation of color #0A9C43: hue angle of 143.42º 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 #0A9C43 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 156 | 67 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.39 |
| HSL | 143.42º | 0.88% | 0.33% | - |
| HSV(B) | 143.42º | 0.94% | 0.61% | - |
| XYZ | 13.03 | 24.25 | 9.3 | - |
| YUV | 102.2 | 108.13 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 156 | 67 | 0.94 | 0 | 0.57 | 0.39 | 143.42 | 0.88 | 0.33 |
| Hex | A | 9C | 43 | 5E | 0 | 39 | 27 | 8F | 58 | 21 |
| Octal | 12 | 234 | 103 | 136 | 0 | 71 | 47 | 217 | 130 | 41 |
| Binary | 1010 | 10011100 | 1000011 | 1011110 | 0 | 111001 | 100111 | 10001111 | 1011000 | 100001 |
Color Harmonies of #0A9C43
Complementary color
Monochromatic Colors of #0A9C43
Black with #0A9C43
Text Example
Text Example
White with #0A9C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9C43; }
p { color: rgb(10,156,67); }
H1.HeaderClassName
{
color: #0A9C43;
}
.AnyTagClassName
{
color: #0A9C43;
}
</style>
background-color css
<style>
a { background-color: #0A9C43; }
a { background-color: rgb(10,156,67); }
div.DivClassName
{
background-color: #0A9C43;
}
.BgClassName
{
background-color: #0A9C43;
}
</style>
border-color css
<style>
span { border-color: #0A9C43; }
span { border-color: rgb(10,156,67); }
td.TdClassName
{
border-color: #0A9C43;
}
.TagClassName
{
border-color: #0A9C43;
}
</style>