Shades of Dark Pastel Green #0AC127
Tints of Dark Pastel Green #0AC127
RGB
CMYK
RGB Variations
Color information
#0AC127 (or 0x0AC127) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 27. RGB value is (10,193,39). Sum of RGB (Red+Green+Blue) = 10+193+39=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC127 is #F53ED8. Grayscale: #797979. Windows color (decimal): -16072409 or 2605322. OLE color: 2605322.
HSL color Cylindrical-coordinate representation of color #0AC127: hue angle of 129.51º 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 #0AC127 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 39 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.24 |
| HSL | 129.51º | 0.9% | 0.4% | - |
| HSV(B) | 129.51º | 0.95% | 0.76% | - |
| XYZ | 19.56 | 38.35 | 8.29 | - |
| YUV | 120.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 39 | 0.95 | 0 | 0.80 | 0.24 | 129.51 | 0.9 | 0.4 |
| Hex | A | C1 | 27 | 5F | 0 | 50 | 18 | 82 | 5A | 28 |
| Octal | 12 | 301 | 47 | 137 | 0 | 120 | 30 | 202 | 132 | 50 |
| Binary | 1010 | 11000001 | 100111 | 1011111 | 0 | 1010000 | 11000 | 10000010 | 1011010 | 101000 |
Color Harmonies of #0AC127
Complementary color
Monochromatic Colors of #0AC127
Black with #0AC127
Text Example
Text Example
White with #0AC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC127; }
p { color: rgb(10,193,39); }
H1.HeaderClassName
{
color: #0AC127;
}
.AnyTagClassName
{
color: #0AC127;
}
</style>
background-color css
<style>
a { background-color: #0AC127; }
a { background-color: rgb(10,193,39); }
div.DivClassName
{
background-color: #0AC127;
}
.BgClassName
{
background-color: #0AC127;
}
</style>
border-color css
<style>
span { border-color: #0AC127; }
span { border-color: rgb(10,193,39); }
td.TdClassName
{
border-color: #0AC127;
}
.TagClassName
{
border-color: #0AC127;
}
</style>