Shades of Dark Pastel Green #0AA83C
Tints of Dark Pastel Green #0AA83C
RGB
CMYK
RGB Variations
Color information
#0AA83C (or 0x0AA83C) is known color: Dark Pastel Green. HEX triplet: 0A, A8 and 3C. RGB value is (10,168,60). Sum of RGB (Red+Green+Blue) = 10+168+60=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 168 (66.02% from 255 or 70.59% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA83C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA83C is #F557C3. Grayscale: #6C6C6C. Windows color (decimal): -16078788 or 3975178. OLE color: 3975178.
HSL color Cylindrical-coordinate representation of color #0AA83C: hue angle of 138.99º 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 #0AA83C is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 168 | 60 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.34 |
| HSL | 138.99º | 0.89% | 0.35% | - |
| HSV(B) | 138.99º | 0.94% | 0.66% | - |
| XYZ | 14.94 | 28.4 | 8.97 | - |
| YUV | 108.45 | 100.65 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 168 | 60 | 0.94 | 0 | 0.64 | 0.34 | 138.99 | 0.89 | 0.35 |
| Hex | A | A8 | 3C | 5E | 0 | 40 | 22 | 8B | 59 | 23 |
| Octal | 12 | 250 | 74 | 136 | 0 | 100 | 42 | 213 | 131 | 43 |
| Binary | 1010 | 10101000 | 111100 | 1011110 | 0 | 1000000 | 100010 | 10001011 | 1011001 | 100011 |
Color Harmonies of #0AA83C
Complementary color
Monochromatic Colors of #0AA83C
Black with #0AA83C
Text Example
Text Example
White with #0AA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA83C; }
p { color: rgb(10,168,60); }
H1.HeaderClassName
{
color: #0AA83C;
}
.AnyTagClassName
{
color: #0AA83C;
}
</style>
background-color css
<style>
a { background-color: #0AA83C; }
a { background-color: rgb(10,168,60); }
div.DivClassName
{
background-color: #0AA83C;
}
.BgClassName
{
background-color: #0AA83C;
}
</style>
border-color css
<style>
span { border-color: #0AA83C; }
span { border-color: rgb(10,168,60); }
td.TdClassName
{
border-color: #0AA83C;
}
.TagClassName
{
border-color: #0AA83C;
}
</style>