Shades of Dark Pastel Green #0AC03F
Tints of Dark Pastel Green #0AC03F
RGB
CMYK
RGB Variations
Color information
#0AC03F (or 0x0AC03F) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 3F. RGB value is (10,192,63). Sum of RGB (Red+Green+Blue) = 10+192+63=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC03F is #F53FC0. Grayscale: #7B7B7B. Windows color (decimal): -16072641 or 4177930. OLE color: 4177930.
HSL color Cylindrical-coordinate representation of color #0AC03F: hue angle of 137.47º 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 #0AC03F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 63 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.25 |
| HSL | 137.47º | 0.9% | 0.4% | - |
| HSV(B) | 137.47º | 0.95% | 0.75% | - |
| XYZ | 19.87 | 38.12 | 11.01 | - |
| YUV | 122.88 | 94.2 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 63 | 0.95 | 0 | 0.67 | 0.25 | 137.47 | 0.9 | 0.4 |
| Hex | A | C0 | 3F | 5F | 0 | 43 | 19 | 89 | 5A | 28 |
| Octal | 12 | 300 | 77 | 137 | 0 | 103 | 31 | 211 | 132 | 50 |
| Binary | 1010 | 11000000 | 111111 | 1011111 | 0 | 1000011 | 11001 | 10001001 | 1011010 | 101000 |
Color Harmonies of #0AC03F
Complementary color
Monochromatic Colors of #0AC03F
Black with #0AC03F
Text Example
Text Example
White with #0AC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC03F; }
p { color: rgb(10,192,63); }
H1.HeaderClassName
{
color: #0AC03F;
}
.AnyTagClassName
{
color: #0AC03F;
}
</style>
background-color css
<style>
a { background-color: #0AC03F; }
a { background-color: rgb(10,192,63); }
div.DivClassName
{
background-color: #0AC03F;
}
.BgClassName
{
background-color: #0AC03F;
}
</style>
border-color css
<style>
span { border-color: #0AC03F; }
span { border-color: rgb(10,192,63); }
td.TdClassName
{
border-color: #0AC03F;
}
.TagClassName
{
border-color: #0AC03F;
}
</style>