Shades of Dark Pastel Green #07AF20
Tints of Dark Pastel Green #07AF20
RGB
CMYK
RGB Variations
Color information
#07AF20 (or 0x07AF20) is known color: Dark Pastel Green. HEX triplet: 07, AF and 20. RGB value is (7,175,32). Sum of RGB (Red+Green+Blue) = 7+175+32=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 175 (68.75% from 255 or 81.78% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AF20 is #F850DF. Grayscale: #6C6C6C. Windows color (decimal): -16273632 or 2141959. OLE color: 2141959.
HSL color Cylindrical-coordinate representation of color #07AF20: hue angle of 128.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF20 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 32 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.31 |
| HSL | 128.93º | 0.92% | 0.36% | - |
| HSV(B) | 128.93º | 0.96% | 0.69% | - |
| XYZ | 15.68 | 30.81 | 6.49 | - |
| YUV | 108.47 | 84.84 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 32 | 0.96 | 0 | 0.82 | 0.31 | 128.93 | 0.92 | 0.36 |
| Hex | 7 | AF | 20 | 60 | 0 | 52 | 1F | 81 | 5C | 24 |
| Octal | 7 | 257 | 40 | 140 | 0 | 122 | 37 | 201 | 134 | 44 |
| Binary | 111 | 10101111 | 100000 | 1100000 | 0 | 1010010 | 11111 | 10000001 | 1011100 | 100100 |
Color Harmonies of #07AF20
Complementary color
Monochromatic Colors of #07AF20
Black with #07AF20
Text Example
Text Example
White with #07AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF20; }
p { color: rgb(7,175,32); }
H1.HeaderClassName
{
color: #07AF20;
}
.AnyTagClassName
{
color: #07AF20;
}
</style>
background-color css
<style>
a { background-color: #07AF20; }
a { background-color: rgb(7,175,32); }
div.DivClassName
{
background-color: #07AF20;
}
.BgClassName
{
background-color: #07AF20;
}
</style>
border-color css
<style>
span { border-color: #07AF20; }
span { border-color: rgb(7,175,32); }
td.TdClassName
{
border-color: #07AF20;
}
.TagClassName
{
border-color: #07AF20;
}
</style>