Shades of Pigment Green #06A247
Tints of Pigment Green #06A247
RGB
CMYK
RGB Variations
Color information
#06A247 (or 0x06A247) is known color: Pigment Green. HEX triplet: 06, A2 and 47. RGB value is (6,162,71). Sum of RGB (Red+Green+Blue) = 6+162+71=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #06A247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A247 is #F95DB8. Grayscale: #696969. Windows color (decimal): -16342457 or 4694534. OLE color: 4694534.
HSL color Cylindrical-coordinate representation of color #06A247: hue angle of 145º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A247 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 71 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.36 |
| HSL | 145º | 0.93% | 0.33% | - |
| HSV(B) | 145º | 0.96% | 0.64% | - |
| XYZ | 14.13 | 26.33 | 10.3 | - |
| YUV | 104.98 | 108.82 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 71 | 0.96 | 0 | 0.56 | 0.36 | 145 | 0.93 | 0.33 |
| Hex | 6 | A2 | 47 | 60 | 0 | 38 | 24 | 91 | 5D | 21 |
| Octal | 6 | 242 | 107 | 140 | 0 | 70 | 44 | 221 | 135 | 41 |
| Binary | 110 | 10100010 | 1000111 | 1100000 | 0 | 111000 | 100100 | 10010001 | 1011101 | 100001 |
Color Harmonies of #06A247
Complementary color
Monochromatic Colors of #06A247
Black with #06A247
Text Example
Text Example
White with #06A247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A247; }
p { color: rgb(6,162,71); }
H1.HeaderClassName
{
color: #06A247;
}
.AnyTagClassName
{
color: #06A247;
}
</style>
background-color css
<style>
a { background-color: #06A247; }
a { background-color: rgb(6,162,71); }
div.DivClassName
{
background-color: #06A247;
}
.BgClassName
{
background-color: #06A247;
}
</style>
border-color css
<style>
span { border-color: #06A247; }
span { border-color: rgb(6,162,71); }
td.TdClassName
{
border-color: #06A247;
}
.TagClassName
{
border-color: #06A247;
}
</style>