Shades of Dark Pastel Green #06A027
Tints of Dark Pastel Green #06A027
RGB
CMYK
RGB Variations
Color information
#06A027 (or 0x06A027) is known color: Dark Pastel Green. HEX triplet: 06, A0 and 27. RGB value is (6,160,39). Sum of RGB (Red+Green+Blue) = 6+160+39=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 160 (62.89% from 255 or 78.05% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 160 - color contains mainly: green. Hex color #06A027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A027 is #F95FD8. Grayscale: #646464. Windows color (decimal): -16343001 or 2596870. OLE color: 2596870.
HSL color Cylindrical-coordinate representation of color #06A027: hue angle of 132.86º 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 #06A027 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 39 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.37 |
| HSL | 132.86º | 0.93% | 0.33% | - |
| HSV(B) | 132.86º | 0.96% | 0.63% | - |
| XYZ | 13.01 | 25.33 | 6.12 | - |
| YUV | 100.16 | 93.48 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 39 | 0.96 | 0 | 0.76 | 0.37 | 132.86 | 0.93 | 0.33 |
| Hex | 6 | A0 | 27 | 60 | 0 | 4C | 25 | 85 | 5D | 21 |
| Octal | 6 | 240 | 47 | 140 | 0 | 114 | 45 | 205 | 135 | 41 |
| Binary | 110 | 10100000 | 100111 | 1100000 | 0 | 1001100 | 100101 | 10000101 | 1011101 | 100001 |
Color Harmonies of #06A027
Complementary color
Monochromatic Colors of #06A027
Black with #06A027
Text Example
Text Example
White with #06A027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A027; }
p { color: rgb(6,160,39); }
H1.HeaderClassName
{
color: #06A027;
}
.AnyTagClassName
{
color: #06A027;
}
</style>
background-color css
<style>
a { background-color: #06A027; }
a { background-color: rgb(6,160,39); }
div.DivClassName
{
background-color: #06A027;
}
.BgClassName
{
background-color: #06A027;
}
</style>
border-color css
<style>
span { border-color: #06A027; }
span { border-color: rgb(6,160,39); }
td.TdClassName
{
border-color: #06A027;
}
.TagClassName
{
border-color: #06A027;
}
</style>