Shades of Dark Pastel Green #0AAA34
Tints of Dark Pastel Green #0AAA34
RGB
CMYK
RGB Variations
Color information
#0AAA34 (or 0x0AAA34) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 34. RGB value is (10,170,52). Sum of RGB (Red+Green+Blue) = 10+170+52=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA34 is #F555CB. Grayscale: #6D6D6D. Windows color (decimal): -16078284 or 3451402. OLE color: 3451402.
HSL color Cylindrical-coordinate representation of color #0AAA34: hue angle of 135.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA34 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 52 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.33 |
| HSL | 135.75º | 0.89% | 0.35% | - |
| HSV(B) | 135.75º | 0.94% | 0.67% | - |
| XYZ | 15.12 | 29.06 | 8.06 | - |
| YUV | 108.71 | 95.99 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 52 | 0.94 | 0 | 0.69 | 0.33 | 135.75 | 0.89 | 0.35 |
| Hex | A | AA | 34 | 5E | 0 | 45 | 21 | 88 | 59 | 23 |
| Octal | 12 | 252 | 64 | 136 | 0 | 105 | 41 | 210 | 131 | 43 |
| Binary | 1010 | 10101010 | 110100 | 1011110 | 0 | 1000101 | 100001 | 10001000 | 1011001 | 100011 |
Color Harmonies of #0AAA34
Complementary color
Monochromatic Colors of #0AAA34
Black with #0AAA34
Text Example
Text Example
White with #0AAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA34; }
p { color: rgb(10,170,52); }
H1.HeaderClassName
{
color: #0AAA34;
}
.AnyTagClassName
{
color: #0AAA34;
}
</style>
background-color css
<style>
a { background-color: #0AAA34; }
a { background-color: rgb(10,170,52); }
div.DivClassName
{
background-color: #0AAA34;
}
.BgClassName
{
background-color: #0AAA34;
}
</style>
border-color css
<style>
span { border-color: #0AAA34; }
span { border-color: rgb(10,170,52); }
td.TdClassName
{
border-color: #0AAA34;
}
.TagClassName
{
border-color: #0AAA34;
}
</style>