Shades of Dark Pastel Green #0AAA39
Tints of Dark Pastel Green #0AAA39
RGB
CMYK
RGB Variations
Color information
#0AAA39 (or 0x0AAA39) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 39. RGB value is (10,170,57). Sum of RGB (Red+Green+Blue) = 10+170+57=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA39 is #F555C6. Grayscale: #6D6D6D. Windows color (decimal): -16078279 or 3779082. OLE color: 3779082.
HSL color Cylindrical-coordinate representation of color #0AAA39: hue angle of 137.62º 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 #0AAA39 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 57 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.33 |
| HSL | 137.63º | 0.89% | 0.35% | - |
| HSV(B) | 137.63º | 0.94% | 0.67% | - |
| XYZ | 15.24 | 29.11 | 8.69 | - |
| YUV | 109.28 | 98.49 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 57 | 0.94 | 0 | 0.66 | 0.33 | 137.63 | 0.89 | 0.35 |
| Hex | A | AA | 39 | 5E | 0 | 42 | 21 | 8A | 59 | 23 |
| Octal | 12 | 252 | 71 | 136 | 0 | 102 | 41 | 212 | 131 | 43 |
| Binary | 1010 | 10101010 | 111001 | 1011110 | 0 | 1000010 | 100001 | 10001010 | 1011001 | 100011 |
Color Harmonies of #0AAA39
Complementary color
Monochromatic Colors of #0AAA39
Black with #0AAA39
Text Example
Text Example
White with #0AAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA39; }
p { color: rgb(10,170,57); }
H1.HeaderClassName
{
color: #0AAA39;
}
.AnyTagClassName
{
color: #0AAA39;
}
</style>
background-color css
<style>
a { background-color: #0AAA39; }
a { background-color: rgb(10,170,57); }
div.DivClassName
{
background-color: #0AAA39;
}
.BgClassName
{
background-color: #0AAA39;
}
</style>
border-color css
<style>
span { border-color: #0AAA39; }
span { border-color: rgb(10,170,57); }
td.TdClassName
{
border-color: #0AAA39;
}
.TagClassName
{
border-color: #0AAA39;
}
</style>