Shades of Dark Pastel Green #0AAE3F
Tints of Dark Pastel Green #0AAE3F
RGB
CMYK
RGB Variations
Color information
#0AAE3F (or 0x0AAE3F) is known color: Dark Pastel Green. HEX triplet: 0A, AE and 3F. RGB value is (10,174,63). Sum of RGB (Red+Green+Blue) = 10+174+63=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 174 (68.36% from 255 or 70.45% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAE3F is #F551C0. Grayscale: #707070. Windows color (decimal): -16077249 or 4173322. OLE color: 4173322.
HSL color Cylindrical-coordinate representation of color #0AAE3F: hue angle of 139.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAE3F is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 63 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.32 |
| HSL | 139.39º | 0.89% | 0.36% | - |
| HSV(B) | 139.39º | 0.94% | 0.68% | - |
| XYZ | 16.16 | 30.7 | 9.78 | - |
| YUV | 112.31 | 100.17 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 63 | 0.94 | 0 | 0.64 | 0.32 | 139.39 | 0.89 | 0.36 |
| Hex | A | AE | 3F | 5E | 0 | 40 | 20 | 8B | 59 | 24 |
| Octal | 12 | 256 | 77 | 136 | 0 | 100 | 40 | 213 | 131 | 44 |
| Binary | 1010 | 10101110 | 111111 | 1011110 | 0 | 1000000 | 100000 | 10001011 | 1011001 | 100100 |
Color Harmonies of #0AAE3F
Complementary color
Monochromatic Colors of #0AAE3F
Black with #0AAE3F
Text Example
Text Example
White with #0AAE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE3F; }
p { color: rgb(10,174,63); }
H1.HeaderClassName
{
color: #0AAE3F;
}
.AnyTagClassName
{
color: #0AAE3F;
}
</style>
background-color css
<style>
a { background-color: #0AAE3F; }
a { background-color: rgb(10,174,63); }
div.DivClassName
{
background-color: #0AAE3F;
}
.BgClassName
{
background-color: #0AAE3F;
}
</style>
border-color css
<style>
span { border-color: #0AAE3F; }
span { border-color: rgb(10,174,63); }
td.TdClassName
{
border-color: #0AAE3F;
}
.TagClassName
{
border-color: #0AAE3F;
}
</style>