Shades of Dark Pastel Green #07C014
Tints of Dark Pastel Green #07C014
RGB
CMYK
RGB Variations
Color information
#07C014 (or 0x07C014) is known color: Dark Pastel Green. HEX triplet: 07, C0 and 14. RGB value is (7,192,20). Sum of RGB (Red+Green+Blue) = 7+192+20=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #07C014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C014 is #F83FEB. Grayscale: #757575. Windows color (decimal): -16269292 or 1359879. OLE color: 1359879.
HSL color Cylindrical-coordinate representation of color #07C014: hue angle of 124.22º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C014 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 20 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.25 |
| HSL | 124.22º | 0.93% | 0.39% | - |
| HSV(B) | 124.22º | 0.96% | 0.75% | - |
| XYZ | 19.06 | 37.79 | 6.95 | - |
| YUV | 117.08 | 73.21 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 20 | 0.96 | 0 | 0.90 | 0.25 | 124.22 | 0.93 | 0.39 |
| Hex | 7 | C0 | 14 | 60 | 0 | 5A | 19 | 7C | 5D | 27 |
| Octal | 7 | 300 | 24 | 140 | 0 | 132 | 31 | 174 | 135 | 47 |
| Binary | 111 | 11000000 | 10100 | 1100000 | 0 | 1011010 | 11001 | 1111100 | 1011101 | 100111 |
Color Harmonies of #07C014
Complementary color
Monochromatic Colors of #07C014
Black with #07C014
Text Example
Text Example
White with #07C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C014; }
p { color: rgb(7,192,20); }
H1.HeaderClassName
{
color: #07C014;
}
.AnyTagClassName
{
color: #07C014;
}
</style>
background-color css
<style>
a { background-color: #07C014; }
a { background-color: rgb(7,192,20); }
div.DivClassName
{
background-color: #07C014;
}
.BgClassName
{
background-color: #07C014;
}
</style>
border-color css
<style>
span { border-color: #07C014; }
span { border-color: rgb(7,192,20); }
td.TdClassName
{
border-color: #07C014;
}
.TagClassName
{
border-color: #07C014;
}
</style>