Shades of Pigment Green #06AD5C
Tints of Pigment Green #06AD5C
RGB
CMYK
RGB Variations
Color information
#06AD5C (or 0x06AD5C) is known color: Pigment Green. HEX triplet: 06, AD and 5C. RGB value is (6,173,92). Sum of RGB (Red+Green+Blue) = 6+173+92=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AD5C is #F952A3. Grayscale: #717171. Windows color (decimal): -16339620 or 6073606. OLE color: 6073606.
HSL color Cylindrical-coordinate representation of color #06AD5C: hue angle of 150.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD5C is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 173 | 92 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.32 |
| HSL | 150.9º | 0.93% | 0.35% | - |
| HSV(B) | 150.9º | 0.97% | 0.68% | - |
| XYZ | 16.95 | 30.7 | 15.16 | - |
| YUV | 113.83 | 115.67 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 92 | 0.97 | 0 | 0.47 | 0.32 | 150.9 | 0.93 | 0.35 |
| Hex | 6 | AD | 5C | 61 | 0 | 2F | 20 | 97 | 5D | 23 |
| Octal | 6 | 255 | 134 | 141 | 0 | 57 | 40 | 227 | 135 | 43 |
| Binary | 110 | 10101101 | 1011100 | 1100001 | 0 | 101111 | 100000 | 10010111 | 1011101 | 100011 |
Color Harmonies of #06AD5C
Complementary color
Monochromatic Colors of #06AD5C
Black with #06AD5C
Text Example
Text Example
White with #06AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AD5C; }
p { color: rgb(6,173,92); }
H1.HeaderClassName
{
color: #06AD5C;
}
.AnyTagClassName
{
color: #06AD5C;
}
</style>
background-color css
<style>
a { background-color: #06AD5C; }
a { background-color: rgb(6,173,92); }
div.DivClassName
{
background-color: #06AD5C;
}
.BgClassName
{
background-color: #06AD5C;
}
</style>
border-color css
<style>
span { border-color: #06AD5C; }
span { border-color: rgb(6,173,92); }
td.TdClassName
{
border-color: #06AD5C;
}
.TagClassName
{
border-color: #06AD5C;
}
</style>