Shades of Pigment Green #07AB54
Tints of Pigment Green #07AB54
RGB
CMYK
RGB Variations
Color information
#07AB54 (or 0x07AB54) is known color: Pigment Green. HEX triplet: 07, AB and 54. RGB value is (7,171,84). Sum of RGB (Red+Green+Blue) = 7+171+84=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AB54 is #F854AB. Grayscale: #707070. Windows color (decimal): -16274604 or 5548807. OLE color: 5548807.
HSL color Cylindrical-coordinate representation of color #07AB54: hue angle of 148.17º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AB54 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 171 | 84 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.33 |
| HSL | 148.17º | 0.92% | 0.35% | - |
| HSV(B) | 148.17º | 0.96% | 0.67% | - |
| XYZ | 16.25 | 29.81 | 13.29 | - |
| YUV | 112.05 | 112.17 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 84 | 0.96 | 0 | 0.51 | 0.33 | 148.17 | 0.92 | 0.35 |
| Hex | 7 | AB | 54 | 60 | 0 | 33 | 21 | 94 | 5C | 23 |
| Octal | 7 | 253 | 124 | 140 | 0 | 63 | 41 | 224 | 134 | 43 |
| Binary | 111 | 10101011 | 1010100 | 1100000 | 0 | 110011 | 100001 | 10010100 | 1011100 | 100011 |
Color Harmonies of #07AB54
Complementary color
Monochromatic Colors of #07AB54
Black with #07AB54
Text Example
Text Example
White with #07AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AB54; }
p { color: rgb(7,171,84); }
H1.HeaderClassName
{
color: #07AB54;
}
.AnyTagClassName
{
color: #07AB54;
}
</style>
background-color css
<style>
a { background-color: #07AB54; }
a { background-color: rgb(7,171,84); }
div.DivClassName
{
background-color: #07AB54;
}
.BgClassName
{
background-color: #07AB54;
}
</style>
border-color css
<style>
span { border-color: #07AB54; }
span { border-color: rgb(7,171,84); }
td.TdClassName
{
border-color: #07AB54;
}
.TagClassName
{
border-color: #07AB54;
}
</style>