Shades of Pigment Green #07A14C
Tints of Pigment Green #07A14C
RGB
CMYK
RGB Variations
Color information
#07A14C (or 0x07A14C) is known color: Pigment Green. HEX triplet: 07, A1 and 4C. RGB value is (7,161,76). Sum of RGB (Red+Green+Blue) = 7+161+76=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 161 (63.28% from 255 or 65.98% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 161 - color contains mainly: green. Hex color #07A14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A14C is #F85EB3. Grayscale: #696969. Windows color (decimal): -16277172 or 5021959. OLE color: 5021959.
HSL color Cylindrical-coordinate representation of color #07A14C: hue angle of 146.88º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A14C is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 161 | 76 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.37 |
| HSL | 146.88º | 0.92% | 0.33% | - |
| HSV(B) | 146.88º | 0.96% | 0.63% | - |
| XYZ | 14.14 | 26.06 | 11.12 | - |
| YUV | 105.26 | 111.48 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 76 | 0.96 | 0 | 0.53 | 0.37 | 146.88 | 0.92 | 0.33 |
| Hex | 7 | A1 | 4C | 60 | 0 | 35 | 25 | 93 | 5C | 21 |
| Octal | 7 | 241 | 114 | 140 | 0 | 65 | 45 | 223 | 134 | 41 |
| Binary | 111 | 10100001 | 1001100 | 1100000 | 0 | 110101 | 100101 | 10010011 | 1011100 | 100001 |
Color Harmonies of #07A14C
Complementary color
Monochromatic Colors of #07A14C
Black with #07A14C
Text Example
Text Example
White with #07A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A14C; }
p { color: rgb(7,161,76); }
H1.HeaderClassName
{
color: #07A14C;
}
.AnyTagClassName
{
color: #07A14C;
}
</style>
background-color css
<style>
a { background-color: #07A14C; }
a { background-color: rgb(7,161,76); }
div.DivClassName
{
background-color: #07A14C;
}
.BgClassName
{
background-color: #07A14C;
}
</style>
border-color css
<style>
span { border-color: #07A14C; }
span { border-color: rgb(7,161,76); }
td.TdClassName
{
border-color: #07A14C;
}
.TagClassName
{
border-color: #07A14C;
}
</style>