Shades of Dark Pastel Green #07AF1D
Tints of Dark Pastel Green #07AF1D
RGB
CMYK
RGB Variations
Color information
#07AF1D (or 0x07AF1D) is known color: Dark Pastel Green. HEX triplet: 07, AF and 1D. RGB value is (7,175,29). Sum of RGB (Red+Green+Blue) = 7+175+29=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 175 (68.75% from 255 or 82.94% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AF1D is #F850E2. Grayscale: #6C6C6C. Windows color (decimal): -16273635 or 1945351. OLE color: 1945351.
HSL color Cylindrical-coordinate representation of color #07AF1D: hue angle of 127.86º 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 #07AF1D is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 29 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.31 |
| HSL | 127.86º | 0.92% | 0.36% | - |
| HSV(B) | 127.86º | 0.96% | 0.69% | - |
| XYZ | 15.64 | 30.79 | 6.28 | - |
| YUV | 108.12 | 83.34 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 29 | 0.96 | 0 | 0.83 | 0.31 | 127.86 | 0.92 | 0.36 |
| Hex | 7 | AF | 1D | 60 | 0 | 53 | 1F | 80 | 5C | 24 |
| Octal | 7 | 257 | 35 | 140 | 0 | 123 | 37 | 200 | 134 | 44 |
| Binary | 111 | 10101111 | 11101 | 1100000 | 0 | 1010011 | 11111 | 10000000 | 1011100 | 100100 |
Color Harmonies of #07AF1D
Complementary color
Monochromatic Colors of #07AF1D
Black with #07AF1D
Text Example
Text Example
White with #07AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF1D; }
p { color: rgb(7,175,29); }
H1.HeaderClassName
{
color: #07AF1D;
}
.AnyTagClassName
{
color: #07AF1D;
}
</style>
background-color css
<style>
a { background-color: #07AF1D; }
a { background-color: rgb(7,175,29); }
div.DivClassName
{
background-color: #07AF1D;
}
.BgClassName
{
background-color: #07AF1D;
}
</style>
border-color css
<style>
span { border-color: #07AF1D; }
span { border-color: rgb(7,175,29); }
td.TdClassName
{
border-color: #07AF1D;
}
.TagClassName
{
border-color: #07AF1D;
}
</style>