Shades of Pigment Green #07AF5D
Tints of Pigment Green #07AF5D
RGB
CMYK
RGB Variations
Color information
#07AF5D (or 0x07AF5D) is known color: Pigment Green. HEX triplet: 07, AF and 5D. RGB value is (7,175,93). Sum of RGB (Red+Green+Blue) = 7+175+93=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AF5D is #F850A2. Grayscale: #737373. Windows color (decimal): -16273571 or 6139655. OLE color: 6139655.
HSL color Cylindrical-coordinate representation of color #07AF5D: hue angle of 150.71º 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 #07AF5D is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 93 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.31 |
| HSL | 150.71º | 0.92% | 0.36% | - |
| HSV(B) | 150.71º | 0.96% | 0.69% | - |
| XYZ | 17.39 | 31.5 | 15.52 | - |
| YUV | 115.42 | 115.34 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 93 | 0.96 | 0 | 0.47 | 0.31 | 150.71 | 0.92 | 0.36 |
| Hex | 7 | AF | 5D | 60 | 0 | 2F | 1F | 97 | 5C | 24 |
| Octal | 7 | 257 | 135 | 140 | 0 | 57 | 37 | 227 | 134 | 44 |
| Binary | 111 | 10101111 | 1011101 | 1100000 | 0 | 101111 | 11111 | 10010111 | 1011100 | 100100 |
Color Harmonies of #07AF5D
Complementary color
Monochromatic Colors of #07AF5D
Black with #07AF5D
Text Example
Text Example
White with #07AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF5D; }
p { color: rgb(7,175,93); }
H1.HeaderClassName
{
color: #07AF5D;
}
.AnyTagClassName
{
color: #07AF5D;
}
</style>
background-color css
<style>
a { background-color: #07AF5D; }
a { background-color: rgb(7,175,93); }
div.DivClassName
{
background-color: #07AF5D;
}
.BgClassName
{
background-color: #07AF5D;
}
</style>
border-color css
<style>
span { border-color: #07AF5D; }
span { border-color: rgb(7,175,93); }
td.TdClassName
{
border-color: #07AF5D;
}
.TagClassName
{
border-color: #07AF5D;
}
</style>