Shades of Dark Pastel Green #0AAC34
Tints of Dark Pastel Green #0AAC34
RGB
CMYK
RGB Variations
Color information
#0AAC34 (or 0x0AAC34) is known color: Dark Pastel Green. HEX triplet: 0A, AC and 34. RGB value is (10,172,52). Sum of RGB (Red+Green+Blue) = 10+172+52=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 172 (67.58% from 255 or 73.50% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAC34 is #F553CB. Grayscale: #6E6E6E. Windows color (decimal): -16077772 or 3451914. OLE color: 3451914.
HSL color Cylindrical-coordinate representation of color #0AAC34: hue angle of 135.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC34 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 52 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.33 |
| HSL | 135.56º | 0.89% | 0.36% | - |
| HSV(B) | 135.56º | 0.94% | 0.67% | - |
| XYZ | 15.5 | 29.82 | 8.19 | - |
| YUV | 109.88 | 95.33 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 52 | 0.94 | 0 | 0.70 | 0.33 | 135.56 | 0.89 | 0.36 |
| Hex | A | AC | 34 | 5E | 0 | 46 | 21 | 88 | 59 | 24 |
| Octal | 12 | 254 | 64 | 136 | 0 | 106 | 41 | 210 | 131 | 44 |
| Binary | 1010 | 10101100 | 110100 | 1011110 | 0 | 1000110 | 100001 | 10001000 | 1011001 | 100100 |
Color Harmonies of #0AAC34
Complementary color
Monochromatic Colors of #0AAC34
Black with #0AAC34
Text Example
Text Example
White with #0AAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC34; }
p { color: rgb(10,172,52); }
H1.HeaderClassName
{
color: #0AAC34;
}
.AnyTagClassName
{
color: #0AAC34;
}
</style>
background-color css
<style>
a { background-color: #0AAC34; }
a { background-color: rgb(10,172,52); }
div.DivClassName
{
background-color: #0AAC34;
}
.BgClassName
{
background-color: #0AAC34;
}
</style>
border-color css
<style>
span { border-color: #0AAC34; }
span { border-color: rgb(10,172,52); }
td.TdClassName
{
border-color: #0AAC34;
}
.TagClassName
{
border-color: #0AAC34;
}
</style>