Shades of Dark Pastel Green #06AD33
Tints of Dark Pastel Green #06AD33
RGB
CMYK
RGB Variations
Color information
#06AD33 (or 0x06AD33) is known color: Dark Pastel Green. HEX triplet: 06, AD and 33. RGB value is (6,173,51). Sum of RGB (Red+Green+Blue) = 6+173+51=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 173 (67.97% from 255 or 75.22% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AD33 is #F952CC. Grayscale: #6D6D6D. Windows color (decimal): -16339661 or 3386630. OLE color: 3386630.
HSL color Cylindrical-coordinate representation of color #06AD33: hue angle of 136.17º 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 #06AD33 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 173 | 51 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.32 |
| HSL | 136.17º | 0.93% | 0.35% | - |
| HSV(B) | 136.17º | 0.97% | 0.68% | - |
| XYZ | 15.62 | 30.16 | 8.13 | - |
| YUV | 109.16 | 95.17 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 51 | 0.97 | 0 | 0.71 | 0.32 | 136.17 | 0.93 | 0.35 |
| Hex | 6 | AD | 33 | 61 | 0 | 47 | 20 | 88 | 5D | 23 |
| Octal | 6 | 255 | 63 | 141 | 0 | 107 | 40 | 210 | 135 | 43 |
| Binary | 110 | 10101101 | 110011 | 1100001 | 0 | 1000111 | 100000 | 10001000 | 1011101 | 100011 |
Color Harmonies of #06AD33
Complementary color
Monochromatic Colors of #06AD33
Black with #06AD33
Text Example
Text Example
White with #06AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AD33; }
p { color: rgb(6,173,51); }
H1.HeaderClassName
{
color: #06AD33;
}
.AnyTagClassName
{
color: #06AD33;
}
</style>
background-color css
<style>
a { background-color: #06AD33; }
a { background-color: rgb(6,173,51); }
div.DivClassName
{
background-color: #06AD33;
}
.BgClassName
{
background-color: #06AD33;
}
</style>
border-color css
<style>
span { border-color: #06AD33; }
span { border-color: rgb(6,173,51); }
td.TdClassName
{
border-color: #06AD33;
}
.TagClassName
{
border-color: #06AD33;
}
</style>