Shades of Dark Pastel Green #07C946
Tints of Dark Pastel Green #07C946
RGB
CMYK
RGB Variations
Color information
#07C946 (or 0x07C946) is known color: Dark Pastel Green. HEX triplet: 07, C9 and 46. RGB value is (7,201,70). Sum of RGB (Red+Green+Blue) = 7+201+70=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 201 (78.91% from 255 or 72.30% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 201 - color contains mainly: green. Hex color #07C946 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C946 is #F836B9. Grayscale: #808080. Windows color (decimal): -16266938 or 4638983. OLE color: 4638983.
HSL color Cylindrical-coordinate representation of color #07C946: hue angle of 139.48º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C946 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 201 | 70 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.21 |
| HSL | 139.48º | 0.93% | 0.41% | - |
| HSV(B) | 139.48º | 0.97% | 0.79% | - |
| XYZ | 22.08 | 42.26 | 12.79 | - |
| YUV | 128.06 | 95.23 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 70 | 0.97 | 0 | 0.65 | 0.21 | 139.48 | 0.93 | 0.41 |
| Hex | 7 | C9 | 46 | 61 | 0 | 41 | 15 | 8B | 5D | 29 |
| Octal | 7 | 311 | 106 | 141 | 0 | 101 | 25 | 213 | 135 | 51 |
| Binary | 111 | 11001001 | 1000110 | 1100001 | 0 | 1000001 | 10101 | 10001011 | 1011101 | 101001 |
Color Harmonies of #07C946
Complementary color
Monochromatic Colors of #07C946
Black with #07C946
Text Example
Text Example
White with #07C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C946; }
p { color: rgb(7,201,70); }
H1.HeaderClassName
{
color: #07C946;
}
.AnyTagClassName
{
color: #07C946;
}
</style>
background-color css
<style>
a { background-color: #07C946; }
a { background-color: rgb(7,201,70); }
div.DivClassName
{
background-color: #07C946;
}
.BgClassName
{
background-color: #07C946;
}
</style>
border-color css
<style>
span { border-color: #07C946; }
span { border-color: rgb(7,201,70); }
td.TdClassName
{
border-color: #07C946;
}
.TagClassName
{
border-color: #07C946;
}
</style>