Shades of Dark Pastel Green #0AC027
Tints of Dark Pastel Green #0AC027
RGB
CMYK
RGB Variations
Color information
#0AC027 (or 0x0AC027) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 27. RGB value is (10,192,39). Sum of RGB (Red+Green+Blue) = 10+192+39=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC027 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC027 is #F53FD8. Grayscale: #787878. Windows color (decimal): -16072665 or 2605066. OLE color: 2605066.
HSL color Cylindrical-coordinate representation of color #0AC027: hue angle of 129.56º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC027 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 39 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.25 |
| HSL | 129.56º | 0.9% | 0.4% | - |
| HSV(B) | 129.56º | 0.95% | 0.75% | - |
| XYZ | 19.34 | 37.91 | 8.22 | - |
| YUV | 120.14 | 82.2 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 39 | 0.95 | 0 | 0.80 | 0.25 | 129.56 | 0.9 | 0.4 |
| Hex | A | C0 | 27 | 5F | 0 | 50 | 19 | 82 | 5A | 28 |
| Octal | 12 | 300 | 47 | 137 | 0 | 120 | 31 | 202 | 132 | 50 |
| Binary | 1010 | 11000000 | 100111 | 1011111 | 0 | 1010000 | 11001 | 10000010 | 1011010 | 101000 |
Color Harmonies of #0AC027
Complementary color
Monochromatic Colors of #0AC027
Black with #0AC027
Text Example
Text Example
White with #0AC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC027; }
p { color: rgb(10,192,39); }
H1.HeaderClassName
{
color: #0AC027;
}
.AnyTagClassName
{
color: #0AC027;
}
</style>
background-color css
<style>
a { background-color: #0AC027; }
a { background-color: rgb(10,192,39); }
div.DivClassName
{
background-color: #0AC027;
}
.BgClassName
{
background-color: #0AC027;
}
</style>
border-color css
<style>
span { border-color: #0AC027; }
span { border-color: rgb(10,192,39); }
td.TdClassName
{
border-color: #0AC027;
}
.TagClassName
{
border-color: #0AC027;
}
</style>