Shades of Dark Pastel Green #0AAA33
Tints of Dark Pastel Green #0AAA33
RGB
CMYK
RGB Variations
Color information
#0AAA33 (or 0x0AAA33) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 33. RGB value is (10,170,51). Sum of RGB (Red+Green+Blue) = 10+170+51=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA33 is #F555CC. Grayscale: #6C6C6C. Windows color (decimal): -16078285 or 3385866. OLE color: 3385866.
HSL color Cylindrical-coordinate representation of color #0AAA33: hue angle of 135.38º 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 #0AAA33 is Cyan = 0.94, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 51 | - |
| CMYK | 0.94 | 0 | 0.7 | 0.33 |
| HSL | 135.38º | 0.89% | 0.35% | - |
| HSV(B) | 135.38º | 0.94% | 0.67% | - |
| XYZ | 15.1 | 29.05 | 7.94 | - |
| YUV | 108.59 | 95.49 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 51 | 0.94 | 0 | 0.7 | 0.33 | 135.38 | 0.89 | 0.35 |
| Hex | A | AA | 33 | 5E | 0 | 46 | 21 | 87 | 59 | 23 |
| Octal | 12 | 252 | 63 | 136 | 0 | 106 | 41 | 207 | 131 | 43 |
| Binary | 1010 | 10101010 | 110011 | 1011110 | 0 | 1000110 | 100001 | 10000111 | 1011001 | 100011 |
Color Harmonies of #0AAA33
Complementary color
Monochromatic Colors of #0AAA33
Black with #0AAA33
Text Example
Text Example
White with #0AAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA33; }
p { color: rgb(10,170,51); }
H1.HeaderClassName
{
color: #0AAA33;
}
.AnyTagClassName
{
color: #0AAA33;
}
</style>
background-color css
<style>
a { background-color: #0AAA33; }
a { background-color: rgb(10,170,51); }
div.DivClassName
{
background-color: #0AAA33;
}
.BgClassName
{
background-color: #0AAA33;
}
</style>
border-color css
<style>
span { border-color: #0AAA33; }
span { border-color: rgb(10,170,51); }
td.TdClassName
{
border-color: #0AAA33;
}
.TagClassName
{
border-color: #0AAA33;
}
</style>