Shades of Pigment Green #06A240
Tints of Pigment Green #06A240
RGB
CMYK
RGB Variations
Color information
#06A240 (or 0x06A240) is known color: Pigment Green. HEX triplet: 06, A2 and 40. RGB value is (6,162,64). Sum of RGB (Red+Green+Blue) = 6+162+64=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 162 (63.67% from 255 or 69.83% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 162 - color contains mainly: green. Hex color #06A240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A240 is #F95DBF. Grayscale: #686868. Windows color (decimal): -16342464 or 4235782. OLE color: 4235782.
HSL color Cylindrical-coordinate representation of color #06A240: hue angle of 142.31º 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 #06A240 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 64 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.36 |
| HSL | 142.31º | 0.93% | 0.33% | - |
| HSV(B) | 142.31º | 0.96% | 0.64% | - |
| XYZ | 13.92 | 26.25 | 9.18 | - |
| YUV | 104.18 | 105.32 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 64 | 0.96 | 0 | 0.60 | 0.36 | 142.31 | 0.93 | 0.33 |
| Hex | 6 | A2 | 40 | 60 | 0 | 3C | 24 | 8E | 5D | 21 |
| Octal | 6 | 242 | 100 | 140 | 0 | 74 | 44 | 216 | 135 | 41 |
| Binary | 110 | 10100010 | 1000000 | 1100000 | 0 | 111100 | 100100 | 10001110 | 1011101 | 100001 |
Color Harmonies of #06A240
Complementary color
Monochromatic Colors of #06A240
Black with #06A240
Text Example
Text Example
White with #06A240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A240; }
p { color: rgb(6,162,64); }
H1.HeaderClassName
{
color: #06A240;
}
.AnyTagClassName
{
color: #06A240;
}
</style>
background-color css
<style>
a { background-color: #06A240; }
a { background-color: rgb(6,162,64); }
div.DivClassName
{
background-color: #06A240;
}
.BgClassName
{
background-color: #06A240;
}
</style>
border-color css
<style>
span { border-color: #06A240; }
span { border-color: rgb(6,162,64); }
td.TdClassName
{
border-color: #06A240;
}
.TagClassName
{
border-color: #06A240;
}
</style>