Shades of Dark Pastel Green #07AD3B
Tints of Dark Pastel Green #07AD3B
RGB
CMYK
RGB Variations
Color information
#07AD3B (or 0x07AD3B) is known color: Dark Pastel Green. HEX triplet: 07, AD and 3B. RGB value is (7,173,59). Sum of RGB (Red+Green+Blue) = 7+173+59=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AD3B is #F852C4. Grayscale: #6E6E6E. Windows color (decimal): -16274117 or 3910919. OLE color: 3910919.
HSL color Cylindrical-coordinate representation of color #07AD3B: hue angle of 138.8º 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 #07AD3B is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 59 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.32 |
| HSL | 138.8º | 0.92% | 0.35% | - |
| HSV(B) | 138.8º | 0.96% | 0.68% | - |
| XYZ | 15.82 | 30.25 | 9.14 | - |
| YUV | 110.37 | 99 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 59 | 0.96 | 0 | 0.66 | 0.32 | 138.8 | 0.92 | 0.35 |
| Hex | 7 | AD | 3B | 60 | 0 | 42 | 20 | 8B | 5C | 23 |
| Octal | 7 | 255 | 73 | 140 | 0 | 102 | 40 | 213 | 134 | 43 |
| Binary | 111 | 10101101 | 111011 | 1100000 | 0 | 1000010 | 100000 | 10001011 | 1011100 | 100011 |
Color Harmonies of #07AD3B
Complementary color
Monochromatic Colors of #07AD3B
Black with #07AD3B
Text Example
Text Example
White with #07AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD3B; }
p { color: rgb(7,173,59); }
H1.HeaderClassName
{
color: #07AD3B;
}
.AnyTagClassName
{
color: #07AD3B;
}
</style>
background-color css
<style>
a { background-color: #07AD3B; }
a { background-color: rgb(7,173,59); }
div.DivClassName
{
background-color: #07AD3B;
}
.BgClassName
{
background-color: #07AD3B;
}
</style>
border-color css
<style>
span { border-color: #07AD3B; }
span { border-color: rgb(7,173,59); }
td.TdClassName
{
border-color: #07AD3B;
}
.TagClassName
{
border-color: #07AD3B;
}
</style>