Shades of Dark Pastel Green #07AD31
Tints of Dark Pastel Green #07AD31
RGB
CMYK
RGB Variations
Color information
#07AD31 (or 0x07AD31) is known color: Dark Pastel Green. HEX triplet: 07, AD and 31. RGB value is (7,173,49). Sum of RGB (Red+Green+Blue) = 7+173+49=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AD31 is #F852CE. Grayscale: #6D6D6D. Windows color (decimal): -16274127 or 3255559. OLE color: 3255559.
HSL color Cylindrical-coordinate representation of color #07AD31: hue angle of 135.18º 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 #07AD31 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 49 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.32 |
| HSL | 135.18º | 0.92% | 0.35% | - |
| HSV(B) | 135.18º | 0.96% | 0.68% | - |
| XYZ | 15.59 | 30.15 | 7.9 | - |
| YUV | 109.23 | 94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 49 | 0.96 | 0 | 0.72 | 0.32 | 135.18 | 0.92 | 0.35 |
| Hex | 7 | AD | 31 | 60 | 0 | 48 | 20 | 87 | 5C | 23 |
| Octal | 7 | 255 | 61 | 140 | 0 | 110 | 40 | 207 | 134 | 43 |
| Binary | 111 | 10101101 | 110001 | 1100000 | 0 | 1001000 | 100000 | 10000111 | 1011100 | 100011 |
Color Harmonies of #07AD31
Complementary color
Monochromatic Colors of #07AD31
Black with #07AD31
Text Example
Text Example
White with #07AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD31; }
p { color: rgb(7,173,49); }
H1.HeaderClassName
{
color: #07AD31;
}
.AnyTagClassName
{
color: #07AD31;
}
</style>
background-color css
<style>
a { background-color: #07AD31; }
a { background-color: rgb(7,173,49); }
div.DivClassName
{
background-color: #07AD31;
}
.BgClassName
{
background-color: #07AD31;
}
</style>
border-color css
<style>
span { border-color: #07AD31; }
span { border-color: rgb(7,173,49); }
td.TdClassName
{
border-color: #07AD31;
}
.TagClassName
{
border-color: #07AD31;
}
</style>