Shades of Dark Pastel Green #0AC151
Tints of Dark Pastel Green #0AC151
RGB
CMYK
RGB Variations
Color information
#0AC151 (or 0x0AC151) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 51. RGB value is (10,193,81). Sum of RGB (Red+Green+Blue) = 10+193+81=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC151 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC151 is #F53EAE. Grayscale: #7D7D7D. Windows color (decimal): -16072367 or 5357834. OLE color: 5357834.
HSL color Cylindrical-coordinate representation of color #0AC151: hue angle of 143.28º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC151 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 81 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.24 |
| HSL | 143.28º | 0.9% | 0.4% | - |
| HSV(B) | 143.28º | 0.95% | 0.76% | - |
| XYZ | 20.68 | 38.8 | 14.18 | - |
| YUV | 125.52 | 102.87 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 81 | 0.95 | 0 | 0.58 | 0.24 | 143.28 | 0.9 | 0.4 |
| Hex | A | C1 | 51 | 5F | 0 | 3A | 18 | 8F | 5A | 28 |
| Octal | 12 | 301 | 121 | 137 | 0 | 72 | 30 | 217 | 132 | 50 |
| Binary | 1010 | 11000001 | 1010001 | 1011111 | 0 | 111010 | 11000 | 10001111 | 1011010 | 101000 |
Color Harmonies of #0AC151
Complementary color
Monochromatic Colors of #0AC151
Black with #0AC151
Text Example
Text Example
White with #0AC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC151; }
p { color: rgb(10,193,81); }
H1.HeaderClassName
{
color: #0AC151;
}
.AnyTagClassName
{
color: #0AC151;
}
</style>
background-color css
<style>
a { background-color: #0AC151; }
a { background-color: rgb(10,193,81); }
div.DivClassName
{
background-color: #0AC151;
}
.BgClassName
{
background-color: #0AC151;
}
</style>
border-color css
<style>
span { border-color: #0AC151; }
span { border-color: rgb(10,193,81); }
td.TdClassName
{
border-color: #0AC151;
}
.TagClassName
{
border-color: #0AC151;
}
</style>