Shades of Dark Pastel Green #0AAA35
Tints of Dark Pastel Green #0AAA35
RGB
CMYK
RGB Variations
Color information
#0AAA35 (or 0x0AAA35) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 35. RGB value is (10,170,53). Sum of RGB (Red+Green+Blue) = 10+170+53=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA35 is #F555CA. Grayscale: #6D6D6D. Windows color (decimal): -16078283 or 3516938. OLE color: 3516938.
HSL color Cylindrical-coordinate representation of color #0AAA35: hue angle of 136.12º 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 #0AAA35 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 53 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.33 |
| HSL | 136.13º | 0.89% | 0.35% | - |
| HSV(B) | 136.13º | 0.94% | 0.67% | - |
| XYZ | 15.14 | 29.07 | 8.18 | - |
| YUV | 108.82 | 96.49 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 53 | 0.94 | 0 | 0.69 | 0.33 | 136.13 | 0.89 | 0.35 |
| Hex | A | AA | 35 | 5E | 0 | 45 | 21 | 88 | 59 | 23 |
| Octal | 12 | 252 | 65 | 136 | 0 | 105 | 41 | 210 | 131 | 43 |
| Binary | 1010 | 10101010 | 110101 | 1011110 | 0 | 1000101 | 100001 | 10001000 | 1011001 | 100011 |
Color Harmonies of #0AAA35
Complementary color
Monochromatic Colors of #0AAA35
Black with #0AAA35
Text Example
Text Example
White with #0AAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA35; }
p { color: rgb(10,170,53); }
H1.HeaderClassName
{
color: #0AAA35;
}
.AnyTagClassName
{
color: #0AAA35;
}
</style>
background-color css
<style>
a { background-color: #0AAA35; }
a { background-color: rgb(10,170,53); }
div.DivClassName
{
background-color: #0AAA35;
}
.BgClassName
{
background-color: #0AAA35;
}
</style>
border-color css
<style>
span { border-color: #0AAA35; }
span { border-color: rgb(10,170,53); }
td.TdClassName
{
border-color: #0AAA35;
}
.TagClassName
{
border-color: #0AAA35;
}
</style>