Shades of Dark Pastel Green #0AAA3A
Tints of Dark Pastel Green #0AAA3A
RGB
CMYK
RGB Variations
Color information
#0AAA3A (or 0x0AAA3A) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 3A. RGB value is (10,170,58). Sum of RGB (Red+Green+Blue) = 10+170+58=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA3A is #F555C5. Grayscale: #6D6D6D. Windows color (decimal): -16078278 or 3844618. OLE color: 3844618.
HSL color Cylindrical-coordinate representation of color #0AAA3A: hue angle of 138º 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 #0AAA3A is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 58 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.33 |
| HSL | 138º | 0.89% | 0.35% | - |
| HSV(B) | 138º | 0.94% | 0.67% | - |
| XYZ | 15.26 | 29.12 | 8.82 | - |
| YUV | 109.39 | 98.99 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 58 | 0.94 | 0 | 0.66 | 0.33 | 138 | 0.89 | 0.35 |
| Hex | A | AA | 3A | 5E | 0 | 42 | 21 | 8A | 59 | 23 |
| Octal | 12 | 252 | 72 | 136 | 0 | 102 | 41 | 212 | 131 | 43 |
| Binary | 1010 | 10101010 | 111010 | 1011110 | 0 | 1000010 | 100001 | 10001010 | 1011001 | 100011 |
Color Harmonies of #0AAA3A
Complementary color
Monochromatic Colors of #0AAA3A
Black with #0AAA3A
Text Example
Text Example
White with #0AAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA3A; }
p { color: rgb(10,170,58); }
H1.HeaderClassName
{
color: #0AAA3A;
}
.AnyTagClassName
{
color: #0AAA3A;
}
</style>
background-color css
<style>
a { background-color: #0AAA3A; }
a { background-color: rgb(10,170,58); }
div.DivClassName
{
background-color: #0AAA3A;
}
.BgClassName
{
background-color: #0AAA3A;
}
</style>
border-color css
<style>
span { border-color: #0AAA3A; }
span { border-color: rgb(10,170,58); }
td.TdClassName
{
border-color: #0AAA3A;
}
.TagClassName
{
border-color: #0AAA3A;
}
</style>