Shades of Dark Pastel Green #0AAA38
Tints of Dark Pastel Green #0AAA38
RGB
CMYK
RGB Variations
Color information
#0AAA38 (or 0x0AAA38) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 38. RGB value is (10,170,56). Sum of RGB (Red+Green+Blue) = 10+170+56=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA38 is #F555C7. Grayscale: #6D6D6D. Windows color (decimal): -16078280 or 3713546. OLE color: 3713546.
HSL color Cylindrical-coordinate representation of color #0AAA38: hue angle of 137.25º 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 #0AAA38 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 56 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.33 |
| HSL | 137.25º | 0.89% | 0.35% | - |
| HSV(B) | 137.25º | 0.94% | 0.67% | - |
| XYZ | 15.21 | 29.1 | 8.56 | - |
| YUV | 109.16 | 97.99 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 56 | 0.94 | 0 | 0.67 | 0.33 | 137.25 | 0.89 | 0.35 |
| Hex | A | AA | 38 | 5E | 0 | 43 | 21 | 89 | 59 | 23 |
| Octal | 12 | 252 | 70 | 136 | 0 | 103 | 41 | 211 | 131 | 43 |
| Binary | 1010 | 10101010 | 111000 | 1011110 | 0 | 1000011 | 100001 | 10001001 | 1011001 | 100011 |
Color Harmonies of #0AAA38
Complementary color
Monochromatic Colors of #0AAA38
Black with #0AAA38
Text Example
Text Example
White with #0AAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA38; }
p { color: rgb(10,170,56); }
H1.HeaderClassName
{
color: #0AAA38;
}
.AnyTagClassName
{
color: #0AAA38;
}
</style>
background-color css
<style>
a { background-color: #0AAA38; }
a { background-color: rgb(10,170,56); }
div.DivClassName
{
background-color: #0AAA38;
}
.BgClassName
{
background-color: #0AAA38;
}
</style>
border-color css
<style>
span { border-color: #0AAA38; }
span { border-color: rgb(10,170,56); }
td.TdClassName
{
border-color: #0AAA38;
}
.TagClassName
{
border-color: #0AAA38;
}
</style>