Shades of Dark Pastel Green #06A438
Tints of Dark Pastel Green #06A438
RGB
CMYK
RGB Variations
Color information
#06A438 (or 0x06A438) is known color: Dark Pastel Green. HEX triplet: 06, A4 and 38. RGB value is (6,164,56). Sum of RGB (Red+Green+Blue) = 6+164+56=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 164 (64.45% from 255 or 72.57% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 164 - color contains mainly: green. Hex color #06A438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A438 is #F95BC7. Grayscale: #686868. Windows color (decimal): -16341960 or 3712006. OLE color: 3712006.
HSL color Cylindrical-coordinate representation of color #06A438: hue angle of 138.99º 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 #06A438 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 164 | 56 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.36 |
| HSL | 138.99º | 0.93% | 0.33% | - |
| HSV(B) | 138.99º | 0.96% | 0.64% | - |
| XYZ | 14.06 | 26.88 | 8.19 | - |
| YUV | 104.45 | 100.65 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 164 | 56 | 0.96 | 0 | 0.66 | 0.36 | 138.99 | 0.93 | 0.33 |
| Hex | 6 | A4 | 38 | 60 | 0 | 42 | 24 | 8B | 5D | 21 |
| Octal | 6 | 244 | 70 | 140 | 0 | 102 | 44 | 213 | 135 | 41 |
| Binary | 110 | 10100100 | 111000 | 1100000 | 0 | 1000010 | 100100 | 10001011 | 1011101 | 100001 |
Color Harmonies of #06A438
Complementary color
Monochromatic Colors of #06A438
Black with #06A438
Text Example
Text Example
White with #06A438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A438; }
p { color: rgb(6,164,56); }
H1.HeaderClassName
{
color: #06A438;
}
.AnyTagClassName
{
color: #06A438;
}
</style>
background-color css
<style>
a { background-color: #06A438; }
a { background-color: rgb(6,164,56); }
div.DivClassName
{
background-color: #06A438;
}
.BgClassName
{
background-color: #06A438;
}
</style>
border-color css
<style>
span { border-color: #06A438; }
span { border-color: rgb(6,164,56); }
td.TdClassName
{
border-color: #06A438;
}
.TagClassName
{
border-color: #06A438;
}
</style>