Shades of Pigment Green #06AF4A
Tints of Pigment Green #06AF4A
RGB
CMYK
RGB Variations
Color information
#06AF4A (or 0x06AF4A) is known color: Pigment Green. HEX triplet: 06, AF and 4A. RGB value is (6,175,74). Sum of RGB (Red+Green+Blue) = 6+175+74=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AF4A is #F950B5. Grayscale: #717171. Windows color (decimal): -16339126 or 4894470. OLE color: 4894470.
HSL color Cylindrical-coordinate representation of color #06AF4A: hue angle of 144.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AF4A is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 175 | 74 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.31 |
| HSL | 144.14º | 0.93% | 0.35% | - |
| HSV(B) | 144.14º | 0.97% | 0.69% | - |
| XYZ | 16.64 | 31.19 | 11.62 | - |
| YUV | 112.96 | 106.01 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 74 | 0.97 | 0 | 0.58 | 0.31 | 144.14 | 0.93 | 0.35 |
| Hex | 6 | AF | 4A | 61 | 0 | 3A | 1F | 90 | 5D | 23 |
| Octal | 6 | 257 | 112 | 141 | 0 | 72 | 37 | 220 | 135 | 43 |
| Binary | 110 | 10101111 | 1001010 | 1100001 | 0 | 111010 | 11111 | 10010000 | 1011101 | 100011 |
Color Harmonies of #06AF4A
Complementary color
Monochromatic Colors of #06AF4A
Black with #06AF4A
Text Example
Text Example
White with #06AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AF4A; }
p { color: rgb(6,175,74); }
H1.HeaderClassName
{
color: #06AF4A;
}
.AnyTagClassName
{
color: #06AF4A;
}
</style>
background-color css
<style>
a { background-color: #06AF4A; }
a { background-color: rgb(6,175,74); }
div.DivClassName
{
background-color: #06AF4A;
}
.BgClassName
{
background-color: #06AF4A;
}
</style>
border-color css
<style>
span { border-color: #06AF4A; }
span { border-color: rgb(6,175,74); }
td.TdClassName
{
border-color: #06AF4A;
}
.TagClassName
{
border-color: #06AF4A;
}
</style>