Shades of Dark Pastel Green #0AAA3C
Tints of Dark Pastel Green #0AAA3C
RGB
CMYK
RGB Variations
Color information
#0AAA3C (or 0x0AAA3C) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 3C. RGB value is (10,170,60). Sum of RGB (Red+Green+Blue) = 10+170+60=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA3C is #F555C3. Grayscale: #6D6D6D. Windows color (decimal): -16078276 or 3975690. OLE color: 3975690.
HSL color Cylindrical-coordinate representation of color #0AAA3C: hue angle of 138.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 #0AAA3C is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 60 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.33 |
| HSL | 138.75º | 0.89% | 0.35% | - |
| HSV(B) | 138.75º | 0.94% | 0.67% | - |
| XYZ | 15.32 | 29.14 | 9.09 | - |
| YUV | 109.62 | 99.99 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 60 | 0.94 | 0 | 0.65 | 0.33 | 138.75 | 0.89 | 0.35 |
| Hex | A | AA | 3C | 5E | 0 | 41 | 21 | 8B | 59 | 23 |
| Octal | 12 | 252 | 74 | 136 | 0 | 101 | 41 | 213 | 131 | 43 |
| Binary | 1010 | 10101010 | 111100 | 1011110 | 0 | 1000001 | 100001 | 10001011 | 1011001 | 100011 |
Color Harmonies of #0AAA3C
Complementary color
Monochromatic Colors of #0AAA3C
Black with #0AAA3C
Text Example
Text Example
White with #0AAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA3C; }
p { color: rgb(10,170,60); }
H1.HeaderClassName
{
color: #0AAA3C;
}
.AnyTagClassName
{
color: #0AAA3C;
}
</style>
background-color css
<style>
a { background-color: #0AAA3C; }
a { background-color: rgb(10,170,60); }
div.DivClassName
{
background-color: #0AAA3C;
}
.BgClassName
{
background-color: #0AAA3C;
}
</style>
border-color css
<style>
span { border-color: #0AAA3C; }
span { border-color: rgb(10,170,60); }
td.TdClassName
{
border-color: #0AAA3C;
}
.TagClassName
{
border-color: #0AAA3C;
}
</style>