Shades of Pigment Green #06A043
Tints of Pigment Green #06A043
RGB
CMYK
RGB Variations
Color information
#06A043 (or 0x06A043) is known color: Pigment Green. HEX triplet: 06, A0 and 43. RGB value is (6,160,67). Sum of RGB (Red+Green+Blue) = 6+160+67=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #06A043 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A043 is #F95FBC. Grayscale: #676767. Windows color (decimal): -16342973 or 4431878. OLE color: 4431878.
HSL color Cylindrical-coordinate representation of color #06A043: hue angle of 143.77º degrees, saturation: 0.93, 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 #06A043 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 67 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.37 |
| HSL | 143.77º | 0.93% | 0.33% | - |
| HSV(B) | 143.77º | 0.96% | 0.63% | - |
| XYZ | 13.66 | 25.59 | 9.53 | - |
| YUV | 103.35 | 107.48 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 67 | 0.96 | 0 | 0.58 | 0.37 | 143.77 | 0.93 | 0.33 |
| Hex | 6 | A0 | 43 | 60 | 0 | 3A | 25 | 90 | 5D | 21 |
| Octal | 6 | 240 | 103 | 140 | 0 | 72 | 45 | 220 | 135 | 41 |
| Binary | 110 | 10100000 | 1000011 | 1100000 | 0 | 111010 | 100101 | 10010000 | 1011101 | 100001 |
Color Harmonies of #06A043
Complementary color
Monochromatic Colors of #06A043
Black with #06A043
Text Example
Text Example
White with #06A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A043; }
p { color: rgb(6,160,67); }
H1.HeaderClassName
{
color: #06A043;
}
.AnyTagClassName
{
color: #06A043;
}
</style>
background-color css
<style>
a { background-color: #06A043; }
a { background-color: rgb(6,160,67); }
div.DivClassName
{
background-color: #06A043;
}
.BgClassName
{
background-color: #06A043;
}
</style>
border-color css
<style>
span { border-color: #06A043; }
span { border-color: rgb(6,160,67); }
td.TdClassName
{
border-color: #06A043;
}
.TagClassName
{
border-color: #06A043;
}
</style>