Shades of Dark Pastel Green #0AAA23
Tints of Dark Pastel Green #0AAA23
RGB
CMYK
RGB Variations
Color information
#0AAA23 (or 0x0AAA23) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 23. RGB value is (10,170,35). Sum of RGB (Red+Green+Blue) = 10+170+35=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 170 (66.80% from 255 or 79.07% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA23 is #F555DC. Grayscale: #6B6B6B. Windows color (decimal): -16078301 or 2337290. OLE color: 2337290.
HSL color Cylindrical-coordinate representation of color #0AAA23: hue angle of 129.38º 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 #0AAA23 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 35 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.33 |
| HSL | 129.38º | 0.89% | 0.35% | - |
| HSV(B) | 129.38º | 0.94% | 0.67% | - |
| XYZ | 14.8 | 28.94 | 6.39 | - |
| YUV | 106.77 | 87.49 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 35 | 0.94 | 0 | 0.79 | 0.33 | 129.38 | 0.89 | 0.35 |
| Hex | A | AA | 23 | 5E | 0 | 4F | 21 | 81 | 59 | 23 |
| Octal | 12 | 252 | 43 | 136 | 0 | 117 | 41 | 201 | 131 | 43 |
| Binary | 1010 | 10101010 | 100011 | 1011110 | 0 | 1001111 | 100001 | 10000001 | 1011001 | 100011 |
Color Harmonies of #0AAA23
Complementary color
Monochromatic Colors of #0AAA23
Black with #0AAA23
Text Example
Text Example
White with #0AAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA23; }
p { color: rgb(10,170,35); }
H1.HeaderClassName
{
color: #0AAA23;
}
.AnyTagClassName
{
color: #0AAA23;
}
</style>
background-color css
<style>
a { background-color: #0AAA23; }
a { background-color: rgb(10,170,35); }
div.DivClassName
{
background-color: #0AAA23;
}
.BgClassName
{
background-color: #0AAA23;
}
</style>
border-color css
<style>
span { border-color: #0AAA23; }
span { border-color: rgb(10,170,35); }
td.TdClassName
{
border-color: #0AAA23;
}
.TagClassName
{
border-color: #0AAA23;
}
</style>