Shades of Pigment Green #06AB49
Tints of Pigment Green #06AB49
RGB
CMYK
RGB Variations
Color information
#06AB49 (or 0x06AB49) is known color: Pigment Green. HEX triplet: 06, AB and 49. RGB value is (6,171,73). Sum of RGB (Red+Green+Blue) = 6+171+73=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AB49 is #F954B6. Grayscale: #6E6E6E. Windows color (decimal): -16340151 or 4827910. OLE color: 4827910.
HSL color Cylindrical-coordinate representation of color #06AB49: hue angle of 144.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB49 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 73 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.33 |
| HSL | 144.36º | 0.93% | 0.35% | - |
| HSV(B) | 144.36º | 0.96% | 0.67% | - |
| XYZ | 15.84 | 29.65 | 11.19 | - |
| YUV | 110.49 | 106.84 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 73 | 0.96 | 0 | 0.57 | 0.33 | 144.36 | 0.93 | 0.35 |
| Hex | 6 | AB | 49 | 60 | 0 | 39 | 21 | 90 | 5D | 23 |
| Octal | 6 | 253 | 111 | 140 | 0 | 71 | 41 | 220 | 135 | 43 |
| Binary | 110 | 10101011 | 1001001 | 1100000 | 0 | 111001 | 100001 | 10010000 | 1011101 | 100011 |
Color Harmonies of #06AB49
Complementary color
Monochromatic Colors of #06AB49
Black with #06AB49
Text Example
Text Example
White with #06AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AB49; }
p { color: rgb(6,171,73); }
H1.HeaderClassName
{
color: #06AB49;
}
.AnyTagClassName
{
color: #06AB49;
}
</style>
background-color css
<style>
a { background-color: #06AB49; }
a { background-color: rgb(6,171,73); }
div.DivClassName
{
background-color: #06AB49;
}
.BgClassName
{
background-color: #06AB49;
}
</style>
border-color css
<style>
span { border-color: #06AB49; }
span { border-color: rgb(6,171,73); }
td.TdClassName
{
border-color: #06AB49;
}
.TagClassName
{
border-color: #06AB49;
}
</style>