Shades of Dark Pastel Green #0AA93B
Tints of Dark Pastel Green #0AA93B
RGB
CMYK
RGB Variations
Color information
#0AA93B (or 0x0AA93B) is known color: Dark Pastel Green. HEX triplet: 0A, A9 and 3B. RGB value is (10,169,59). Sum of RGB (Red+Green+Blue) = 10+169+59=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 169 (66.41% from 255 or 71.01% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA93B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA93B is #F556C4. Grayscale: #6D6D6D. Windows color (decimal): -16078533 or 3909898. OLE color: 3909898.
HSL color Cylindrical-coordinate representation of color #0AA93B: hue angle of 138.49º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA93B is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 59 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.34 |
| HSL | 138.49º | 0.89% | 0.35% | - |
| HSV(B) | 138.49º | 0.94% | 0.66% | - |
| XYZ | 15.1 | 28.76 | 8.89 | - |
| YUV | 108.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 59 | 0.94 | 0 | 0.65 | 0.34 | 138.49 | 0.89 | 0.35 |
| Hex | A | A9 | 3B | 5E | 0 | 41 | 22 | 8A | 59 | 23 |
| Octal | 12 | 251 | 73 | 136 | 0 | 101 | 42 | 212 | 131 | 43 |
| Binary | 1010 | 10101001 | 111011 | 1011110 | 0 | 1000001 | 100010 | 10001010 | 1011001 | 100011 |
Color Harmonies of #0AA93B
Complementary color
Monochromatic Colors of #0AA93B
Black with #0AA93B
Text Example
Text Example
White with #0AA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA93B; }
p { color: rgb(10,169,59); }
H1.HeaderClassName
{
color: #0AA93B;
}
.AnyTagClassName
{
color: #0AA93B;
}
</style>
background-color css
<style>
a { background-color: #0AA93B; }
a { background-color: rgb(10,169,59); }
div.DivClassName
{
background-color: #0AA93B;
}
.BgClassName
{
background-color: #0AA93B;
}
</style>
border-color css
<style>
span { border-color: #0AA93B; }
span { border-color: rgb(10,169,59); }
td.TdClassName
{
border-color: #0AA93B;
}
.TagClassName
{
border-color: #0AA93B;
}
</style>