Shades of Dark Pastel Green #0ACE1F
Tints of Dark Pastel Green #0ACE1F
RGB
CMYK
RGB Variations
Color information
#0ACE1F (or 0x0ACE1F) is known color: Dark Pastel Green. HEX triplet: 0A, CE and 1F. RGB value is (10,206,31). Sum of RGB (Red+Green+Blue) = 10+206+31=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 206 (80.86% from 255 or 83.40% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE1F is #F531E0. Grayscale: #7F7F7F. Windows color (decimal): -16069089 or 2084362. OLE color: 2084362.
HSL color Cylindrical-coordinate representation of color #0ACE1F: hue angle of 126.43º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE1F is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 31 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.19 |
| HSL | 126.43º | 0.91% | 0.42% | - |
| HSV(B) | 126.43º | 0.95% | 0.81% | - |
| XYZ | 22.44 | 44.31 | 8.67 | - |
| YUV | 127.45 | 73.57 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 31 | 0.95 | 0 | 0.85 | 0.19 | 126.43 | 0.91 | 0.42 |
| Hex | A | CE | 1F | 5F | 0 | 55 | 13 | 7E | 5B | 2A |
| Octal | 12 | 316 | 37 | 137 | 0 | 125 | 23 | 176 | 133 | 52 |
| Binary | 1010 | 11001110 | 11111 | 1011111 | 0 | 1010101 | 10011 | 1111110 | 1011011 | 101010 |
Color Harmonies of #0ACE1F
Complementary color
Monochromatic Colors of #0ACE1F
Black with #0ACE1F
Text Example
Text Example
White with #0ACE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE1F; }
p { color: rgb(10,206,31); }
H1.HeaderClassName
{
color: #0ACE1F;
}
.AnyTagClassName
{
color: #0ACE1F;
}
</style>
background-color css
<style>
a { background-color: #0ACE1F; }
a { background-color: rgb(10,206,31); }
div.DivClassName
{
background-color: #0ACE1F;
}
.BgClassName
{
background-color: #0ACE1F;
}
</style>
border-color css
<style>
span { border-color: #0ACE1F; }
span { border-color: rgb(10,206,31); }
td.TdClassName
{
border-color: #0ACE1F;
}
.TagClassName
{
border-color: #0ACE1F;
}
</style>