Shades of Dark Pastel Green #07AD21
Tints of Dark Pastel Green #07AD21
RGB
CMYK
RGB Variations
Color information
#07AD21 (or 0x07AD21) is known color: Dark Pastel Green. HEX triplet: 07, AD and 21. RGB value is (7,173,33). Sum of RGB (Red+Green+Blue) = 7+173+33=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 173 (67.97% from 255 or 81.22% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AD21 is #F852DE. Grayscale: #6B6B6B. Windows color (decimal): -16274143 or 2206983. OLE color: 2206983.
HSL color Cylindrical-coordinate representation of color #07AD21: hue angle of 129.4º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AD21 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 33 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.32 |
| HSL | 129.4º | 0.92% | 0.35% | - |
| HSV(B) | 129.4º | 0.96% | 0.68% | - |
| XYZ | 15.31 | 30.04 | 6.43 | - |
| YUV | 107.41 | 86 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 33 | 0.96 | 0 | 0.81 | 0.32 | 129.4 | 0.92 | 0.35 |
| Hex | 7 | AD | 21 | 60 | 0 | 51 | 20 | 81 | 5C | 23 |
| Octal | 7 | 255 | 41 | 140 | 0 | 121 | 40 | 201 | 134 | 43 |
| Binary | 111 | 10101101 | 100001 | 1100000 | 0 | 1010001 | 100000 | 10000001 | 1011100 | 100011 |
Color Harmonies of #07AD21
Complementary color
Monochromatic Colors of #07AD21
Black with #07AD21
Text Example
Text Example
White with #07AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD21; }
p { color: rgb(7,173,33); }
H1.HeaderClassName
{
color: #07AD21;
}
.AnyTagClassName
{
color: #07AD21;
}
</style>
background-color css
<style>
a { background-color: #07AD21; }
a { background-color: rgb(7,173,33); }
div.DivClassName
{
background-color: #07AD21;
}
.BgClassName
{
background-color: #07AD21;
}
</style>
border-color css
<style>
span { border-color: #07AD21; }
span { border-color: rgb(7,173,33); }
td.TdClassName
{
border-color: #07AD21;
}
.TagClassName
{
border-color: #07AD21;
}
</style>