Shades of Pigment Green #07AD4F
Tints of Pigment Green #07AD4F
RGB
CMYK
RGB Variations
Color information
#07AD4F (or 0x07AD4F) is known color: Pigment Green. HEX triplet: 07, AD and 4F. RGB value is (7,173,79). Sum of RGB (Red+Green+Blue) = 7+173+79=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 173 (67.97% from 255 or 66.80% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AD4F is #F852B0. Grayscale: #707070. Windows color (decimal): -16274097 or 5221639. OLE color: 5221639.
HSL color Cylindrical-coordinate representation of color #07AD4F: hue angle of 146.02º 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 #07AD4F is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 79 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.32 |
| HSL | 146.02º | 0.92% | 0.35% | - |
| HSV(B) | 146.02º | 0.96% | 0.68% | - |
| XYZ | 16.44 | 30.5 | 12.42 | - |
| YUV | 112.65 | 109 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 79 | 0.96 | 0 | 0.54 | 0.32 | 146.02 | 0.92 | 0.35 |
| Hex | 7 | AD | 4F | 60 | 0 | 36 | 20 | 92 | 5C | 23 |
| Octal | 7 | 255 | 117 | 140 | 0 | 66 | 40 | 222 | 134 | 43 |
| Binary | 111 | 10101101 | 1001111 | 1100000 | 0 | 110110 | 100000 | 10010010 | 1011100 | 100011 |
Color Harmonies of #07AD4F
Complementary color
Monochromatic Colors of #07AD4F
Black with #07AD4F
Text Example
Text Example
White with #07AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD4F; }
p { color: rgb(7,173,79); }
H1.HeaderClassName
{
color: #07AD4F;
}
.AnyTagClassName
{
color: #07AD4F;
}
</style>
background-color css
<style>
a { background-color: #07AD4F; }
a { background-color: rgb(7,173,79); }
div.DivClassName
{
background-color: #07AD4F;
}
.BgClassName
{
background-color: #07AD4F;
}
</style>
border-color css
<style>
span { border-color: #07AD4F; }
span { border-color: rgb(7,173,79); }
td.TdClassName
{
border-color: #07AD4F;
}
.TagClassName
{
border-color: #07AD4F;
}
</style>