Shades of Dark Pastel Green #0A9D32
Tints of Dark Pastel Green #0A9D32
RGB
CMYK
RGB Variations
Color information
#0A9D32 (or 0x0A9D32) is known color: Dark Pastel Green. HEX triplet: 0A, 9D and 32. RGB value is (10,157,50). Sum of RGB (Red+Green+Blue) = 10+157+50=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 157 (61.72% from 255 or 72.35% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 157 - color contains mainly: green. Hex color #0A9D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9D32 is #F562CD. Grayscale: #656565. Windows color (decimal): -16081614 or 3317002. OLE color: 3317002.
HSL color Cylindrical-coordinate representation of color #0A9D32: hue angle of 136.33º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9D32 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 157 | 50 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.38 |
| HSL | 136.33º | 0.88% | 0.33% | - |
| HSV(B) | 136.33º | 0.94% | 0.62% | - |
| XYZ | 12.76 | 24.41 | 7.06 | - |
| YUV | 100.85 | 99.3 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 157 | 50 | 0.94 | 0 | 0.68 | 0.38 | 136.33 | 0.88 | 0.33 |
| Hex | A | 9D | 32 | 5E | 0 | 44 | 26 | 88 | 58 | 21 |
| Octal | 12 | 235 | 62 | 136 | 0 | 104 | 46 | 210 | 130 | 41 |
| Binary | 1010 | 10011101 | 110010 | 1011110 | 0 | 1000100 | 100110 | 10001000 | 1011000 | 100001 |
Color Harmonies of #0A9D32
Complementary color
Monochromatic Colors of #0A9D32
Black with #0A9D32
Text Example
Text Example
White with #0A9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9D32; }
p { color: rgb(10,157,50); }
H1.HeaderClassName
{
color: #0A9D32;
}
.AnyTagClassName
{
color: #0A9D32;
}
</style>
background-color css
<style>
a { background-color: #0A9D32; }
a { background-color: rgb(10,157,50); }
div.DivClassName
{
background-color: #0A9D32;
}
.BgClassName
{
background-color: #0A9D32;
}
</style>
border-color css
<style>
span { border-color: #0A9D32; }
span { border-color: rgb(10,157,50); }
td.TdClassName
{
border-color: #0A9D32;
}
.TagClassName
{
border-color: #0A9D32;
}
</style>