Shades of Dark Pastel Green #07AF1E
Tints of Dark Pastel Green #07AF1E
RGB
CMYK
RGB Variations
Color information
#07AF1E (or 0x07AF1E) is known color: Dark Pastel Green. HEX triplet: 07, AF and 1E. RGB value is (7,175,30). Sum of RGB (Red+Green+Blue) = 7+175+30=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 175 (68.75% from 255 or 82.55% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AF1E is #F850E1. Grayscale: #6C6C6C. Windows color (decimal): -16273634 or 2010887. OLE color: 2010887.
HSL color Cylindrical-coordinate representation of color #07AF1E: hue angle of 128.21º 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 #07AF1E is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 30 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.31 |
| HSL | 128.21º | 0.92% | 0.36% | - |
| HSV(B) | 128.21º | 0.96% | 0.69% | - |
| XYZ | 15.65 | 30.8 | 6.35 | - |
| YUV | 108.24 | 83.84 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 30 | 0.96 | 0 | 0.83 | 0.31 | 128.21 | 0.92 | 0.36 |
| Hex | 7 | AF | 1E | 60 | 0 | 53 | 1F | 80 | 5C | 24 |
| Octal | 7 | 257 | 36 | 140 | 0 | 123 | 37 | 200 | 134 | 44 |
| Binary | 111 | 10101111 | 11110 | 1100000 | 0 | 1010011 | 11111 | 10000000 | 1011100 | 100100 |
Color Harmonies of #07AF1E
Complementary color
Monochromatic Colors of #07AF1E
Black with #07AF1E
Text Example
Text Example
White with #07AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF1E; }
p { color: rgb(7,175,30); }
H1.HeaderClassName
{
color: #07AF1E;
}
.AnyTagClassName
{
color: #07AF1E;
}
</style>
background-color css
<style>
a { background-color: #07AF1E; }
a { background-color: rgb(7,175,30); }
div.DivClassName
{
background-color: #07AF1E;
}
.BgClassName
{
background-color: #07AF1E;
}
</style>
border-color css
<style>
span { border-color: #07AF1E; }
span { border-color: rgb(7,175,30); }
td.TdClassName
{
border-color: #07AF1E;
}
.TagClassName
{
border-color: #07AF1E;
}
</style>