Shades of Pigment Green #06A23E
Tints of Pigment Green #06A23E
RGB
CMYK
RGB Variations
Color information
#06A23E (or 0x06A23E) is known color: Pigment Green. HEX triplet: 06, A2 and 3E. RGB value is (6,162,62). Sum of RGB (Red+Green+Blue) = 6+162+62=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 162 (63.67% from 255 or 70.43% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 162 - color contains mainly: green. Hex color #06A23E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A23E is #F95DC1. Grayscale: #686868. Windows color (decimal): -16342466 or 4104710. OLE color: 4104710.
HSL color Cylindrical-coordinate representation of color #06A23E: hue angle of 141.54º 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 #06A23E is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 62 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.36 |
| HSL | 141.54º | 0.93% | 0.33% | - |
| HSV(B) | 141.54º | 0.96% | 0.64% | - |
| XYZ | 13.86 | 26.23 | 8.89 | - |
| YUV | 103.96 | 104.32 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 62 | 0.96 | 0 | 0.62 | 0.36 | 141.54 | 0.93 | 0.33 |
| Hex | 6 | A2 | 3E | 60 | 0 | 3E | 24 | 8E | 5D | 21 |
| Octal | 6 | 242 | 76 | 140 | 0 | 76 | 44 | 216 | 135 | 41 |
| Binary | 110 | 10100010 | 111110 | 1100000 | 0 | 111110 | 100100 | 10001110 | 1011101 | 100001 |
Color Harmonies of #06A23E
Complementary color
Monochromatic Colors of #06A23E
Black with #06A23E
Text Example
Text Example
White with #06A23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A23E; }
p { color: rgb(6,162,62); }
H1.HeaderClassName
{
color: #06A23E;
}
.AnyTagClassName
{
color: #06A23E;
}
</style>
background-color css
<style>
a { background-color: #06A23E; }
a { background-color: rgb(6,162,62); }
div.DivClassName
{
background-color: #06A23E;
}
.BgClassName
{
background-color: #06A23E;
}
</style>
border-color css
<style>
span { border-color: #06A23E; }
span { border-color: rgb(6,162,62); }
td.TdClassName
{
border-color: #06A23E;
}
.TagClassName
{
border-color: #06A23E;
}
</style>