Shades of Dark Pastel Green #06A226
Tints of Dark Pastel Green #06A226
RGB
CMYK
RGB Variations
Color information
#06A226 (or 0x06A226) is known color: Dark Pastel Green. HEX triplet: 06, A2 and 26. RGB value is (6,162,38). Sum of RGB (Red+Green+Blue) = 6+162+38=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #06A226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A226 is #F95DD9. Grayscale: #656565. Windows color (decimal): -16342490 or 2531846. OLE color: 2531846.
HSL color Cylindrical-coordinate representation of color #06A226: hue angle of 132.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 #06A226 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 38 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.36 |
| HSL | 132.31º | 0.93% | 0.33% | - |
| HSV(B) | 132.31º | 0.96% | 0.64% | - |
| XYZ | 13.35 | 26.02 | 6.15 | - |
| YUV | 101.22 | 92.32 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 38 | 0.96 | 0 | 0.77 | 0.36 | 132.31 | 0.93 | 0.33 |
| Hex | 6 | A2 | 26 | 60 | 0 | 4D | 24 | 84 | 5D | 21 |
| Octal | 6 | 242 | 46 | 140 | 0 | 115 | 44 | 204 | 135 | 41 |
| Binary | 110 | 10100010 | 100110 | 1100000 | 0 | 1001101 | 100100 | 10000100 | 1011101 | 100001 |
Color Harmonies of #06A226
Complementary color
Monochromatic Colors of #06A226
Black with #06A226
Text Example
Text Example
White with #06A226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A226; }
p { color: rgb(6,162,38); }
H1.HeaderClassName
{
color: #06A226;
}
.AnyTagClassName
{
color: #06A226;
}
</style>
background-color css
<style>
a { background-color: #06A226; }
a { background-color: rgb(6,162,38); }
div.DivClassName
{
background-color: #06A226;
}
.BgClassName
{
background-color: #06A226;
}
</style>
border-color css
<style>
span { border-color: #06A226; }
span { border-color: rgb(6,162,38); }
td.TdClassName
{
border-color: #06A226;
}
.TagClassName
{
border-color: #06A226;
}
</style>