Shades of Pigment Green #07AD5B
Tints of Pigment Green #07AD5B
RGB
CMYK
RGB Variations
Color information
#07AD5B (or 0x07AD5B) is known color: Pigment Green. HEX triplet: 07, AD and 5B. RGB value is (7,173,91). Sum of RGB (Red+Green+Blue) = 7+173+91=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AD5B is #F852A4. Grayscale: #727272. Windows color (decimal): -16274085 or 6008071. OLE color: 6008071.
HSL color Cylindrical-coordinate representation of color #07AD5B: hue angle of 150.36º 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 #07AD5B is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 91 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.32 |
| HSL | 150.36º | 0.92% | 0.35% | - |
| HSV(B) | 150.36º | 0.96% | 0.68% | - |
| XYZ | 16.92 | 30.69 | 14.93 | - |
| YUV | 114.02 | 115 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 91 | 0.96 | 0 | 0.47 | 0.32 | 150.36 | 0.92 | 0.35 |
| Hex | 7 | AD | 5B | 60 | 0 | 2F | 20 | 96 | 5C | 23 |
| Octal | 7 | 255 | 133 | 140 | 0 | 57 | 40 | 226 | 134 | 43 |
| Binary | 111 | 10101101 | 1011011 | 1100000 | 0 | 101111 | 100000 | 10010110 | 1011100 | 100011 |
Color Harmonies of #07AD5B
Complementary color
Monochromatic Colors of #07AD5B
Black with #07AD5B
Text Example
Text Example
White with #07AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD5B; }
p { color: rgb(7,173,91); }
H1.HeaderClassName
{
color: #07AD5B;
}
.AnyTagClassName
{
color: #07AD5B;
}
</style>
background-color css
<style>
a { background-color: #07AD5B; }
a { background-color: rgb(7,173,91); }
div.DivClassName
{
background-color: #07AD5B;
}
.BgClassName
{
background-color: #07AD5B;
}
</style>
border-color css
<style>
span { border-color: #07AD5B; }
span { border-color: rgb(7,173,91); }
td.TdClassName
{
border-color: #07AD5B;
}
.TagClassName
{
border-color: #07AD5B;
}
</style>