Shades of Dark Pastel Green #0AB94F
Tints of Dark Pastel Green #0AB94F
RGB
CMYK
RGB Variations
Color information
#0AB94F (or 0x0AB94F) is known color: Dark Pastel Green. HEX triplet: 0A, B9 and 4F. RGB value is (10,185,79). Sum of RGB (Red+Green+Blue) = 10+185+79=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 185 (72.66% from 255 or 67.52% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB94F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB94F is #F546B0. Grayscale: #787878. Windows color (decimal): -16074417 or 5224714. OLE color: 5224714.
HSL color Cylindrical-coordinate representation of color #0AB94F: hue angle of 143.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB94F is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 185 | 79 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.27 |
| HSL | 143.66º | 0.9% | 0.38% | - |
| HSV(B) | 143.66º | 0.95% | 0.73% | - |
| XYZ | 18.89 | 35.33 | 13.22 | - |
| YUV | 120.59 | 104.52 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 185 | 79 | 0.95 | 0 | 0.57 | 0.27 | 143.66 | 0.9 | 0.38 |
| Hex | A | B9 | 4F | 5F | 0 | 39 | 1B | 90 | 5A | 26 |
| Octal | 12 | 271 | 117 | 137 | 0 | 71 | 33 | 220 | 132 | 46 |
| Binary | 1010 | 10111001 | 1001111 | 1011111 | 0 | 111001 | 11011 | 10010000 | 1011010 | 100110 |
Color Harmonies of #0AB94F
Complementary color
Monochromatic Colors of #0AB94F
Black with #0AB94F
Text Example
Text Example
White with #0AB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB94F; }
p { color: rgb(10,185,79); }
H1.HeaderClassName
{
color: #0AB94F;
}
.AnyTagClassName
{
color: #0AB94F;
}
</style>
background-color css
<style>
a { background-color: #0AB94F; }
a { background-color: rgb(10,185,79); }
div.DivClassName
{
background-color: #0AB94F;
}
.BgClassName
{
background-color: #0AB94F;
}
</style>
border-color css
<style>
span { border-color: #0AB94F; }
span { border-color: rgb(10,185,79); }
td.TdClassName
{
border-color: #0AB94F;
}
.TagClassName
{
border-color: #0AB94F;
}
</style>