Shades of Dark Pastel Green #0AC153
Tints of Dark Pastel Green #0AC153
RGB
CMYK
RGB Variations
Color information
#0AC153 (or 0x0AC153) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 53. RGB value is (10,193,83). Sum of RGB (Red+Green+Blue) = 10+193+83=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC153 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC153 is #F53EAC. Grayscale: #7D7D7D. Windows color (decimal): -16072365 or 5488906. OLE color: 5488906.
HSL color Cylindrical-coordinate representation of color #0AC153: hue angle of 143.93º 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 #0AC153 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 83 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.24 |
| HSL | 143.93º | 0.9% | 0.4% | - |
| HSV(B) | 143.93º | 0.95% | 0.76% | - |
| XYZ | 20.76 | 38.83 | 14.58 | - |
| YUV | 125.74 | 103.87 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 83 | 0.95 | 0 | 0.57 | 0.24 | 143.93 | 0.9 | 0.4 |
| Hex | A | C1 | 53 | 5F | 0 | 39 | 18 | 90 | 5A | 28 |
| Octal | 12 | 301 | 123 | 137 | 0 | 71 | 30 | 220 | 132 | 50 |
| Binary | 1010 | 11000001 | 1010011 | 1011111 | 0 | 111001 | 11000 | 10010000 | 1011010 | 101000 |
Color Harmonies of #0AC153
Complementary color
Monochromatic Colors of #0AC153
Black with #0AC153
Text Example
Text Example
White with #0AC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC153; }
p { color: rgb(10,193,83); }
H1.HeaderClassName
{
color: #0AC153;
}
.AnyTagClassName
{
color: #0AC153;
}
</style>
background-color css
<style>
a { background-color: #0AC153; }
a { background-color: rgb(10,193,83); }
div.DivClassName
{
background-color: #0AC153;
}
.BgClassName
{
background-color: #0AC153;
}
</style>
border-color css
<style>
span { border-color: #0AC153; }
span { border-color: rgb(10,193,83); }
td.TdClassName
{
border-color: #0AC153;
}
.TagClassName
{
border-color: #0AC153;
}
</style>