Shades of Dark Pastel Green #06AB3C
Tints of Dark Pastel Green #06AB3C
RGB
CMYK
RGB Variations
Color information
#06AB3C (or 0x06AB3C) is known color: Dark Pastel Green. HEX triplet: 06, AB and 3C. RGB value is (6,171,60). Sum of RGB (Red+Green+Blue) = 6+171+60=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AB3C is #F954C3. Grayscale: #6D6D6D. Windows color (decimal): -16340164 or 3975942. OLE color: 3975942.
HSL color Cylindrical-coordinate representation of color #06AB3C: hue angle of 139.64º 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 #06AB3C is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 60 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.33 |
| HSL | 139.64º | 0.93% | 0.35% | - |
| HSV(B) | 139.64º | 0.96% | 0.67% | - |
| XYZ | 15.45 | 29.49 | 9.15 | - |
| YUV | 109.01 | 100.34 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 60 | 0.96 | 0 | 0.65 | 0.33 | 139.64 | 0.93 | 0.35 |
| Hex | 6 | AB | 3C | 60 | 0 | 41 | 21 | 8C | 5D | 23 |
| Octal | 6 | 253 | 74 | 140 | 0 | 101 | 41 | 214 | 135 | 43 |
| Binary | 110 | 10101011 | 111100 | 1100000 | 0 | 1000001 | 100001 | 10001100 | 1011101 | 100011 |
Color Harmonies of #06AB3C
Complementary color
Monochromatic Colors of #06AB3C
Black with #06AB3C
Text Example
Text Example
White with #06AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AB3C; }
p { color: rgb(6,171,60); }
H1.HeaderClassName
{
color: #06AB3C;
}
.AnyTagClassName
{
color: #06AB3C;
}
</style>
background-color css
<style>
a { background-color: #06AB3C; }
a { background-color: rgb(6,171,60); }
div.DivClassName
{
background-color: #06AB3C;
}
.BgClassName
{
background-color: #06AB3C;
}
</style>
border-color css
<style>
span { border-color: #06AB3C; }
span { border-color: rgb(6,171,60); }
td.TdClassName
{
border-color: #06AB3C;
}
.TagClassName
{
border-color: #06AB3C;
}
</style>