Shades of Pigment Green #0A9A53
Tints of Pigment Green #0A9A53
RGB
CMYK
RGB Variations
Color information
#0A9A53 (or 0x0A9A53) is known color: Pigment Green. HEX triplet: 0A, 9A and 53. RGB value is (10,154,83). Sum of RGB (Red+Green+Blue) = 10+154+83=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 154 (60.55% from 255 or 62.35% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9A53 is #F565AC. Grayscale: #666666. Windows color (decimal): -16082349 or 5478922. OLE color: 5478922.
HSL color Cylindrical-coordinate representation of color #0A9A53: hue angle of 150.42º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9A53 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 154 | 83 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.40 |
| HSL | 150.42º | 0.88% | 0.32% | - |
| HSV(B) | 150.42º | 0.94% | 0.6% | - |
| XYZ | 13.24 | 23.8 | 12.08 | - |
| YUV | 102.85 | 116.79 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 83 | 0.94 | 0 | 0.46 | 0.40 | 150.42 | 0.88 | 0.32 |
| Hex | A | 9A | 53 | 5E | 0 | 2E | 28 | 96 | 58 | 20 |
| Octal | 12 | 232 | 123 | 136 | 0 | 56 | 50 | 226 | 130 | 40 |
| Binary | 1010 | 10011010 | 1010011 | 1011110 | 0 | 101110 | 101000 | 10010110 | 1011000 | 100000 |
Color Harmonies of #0A9A53
Complementary color
Monochromatic Colors of #0A9A53
Black with #0A9A53
Text Example
Text Example
White with #0A9A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9A53; }
p { color: rgb(10,154,83); }
H1.HeaderClassName
{
color: #0A9A53;
}
.AnyTagClassName
{
color: #0A9A53;
}
</style>
background-color css
<style>
a { background-color: #0A9A53; }
a { background-color: rgb(10,154,83); }
div.DivClassName
{
background-color: #0A9A53;
}
.BgClassName
{
background-color: #0A9A53;
}
</style>
border-color css
<style>
span { border-color: #0A9A53; }
span { border-color: rgb(10,154,83); }
td.TdClassName
{
border-color: #0A9A53;
}
.TagClassName
{
border-color: #0A9A53;
}
</style>