Shades of Dark Pastel Green #06CA3C
Tints of Dark Pastel Green #06CA3C
RGB
CMYK
RGB Variations
Color information
#06CA3C (or 0x06CA3C) is known color: Dark Pastel Green. HEX triplet: 06, CA and 3C. RGB value is (6,202,60). Sum of RGB (Red+Green+Blue) = 6+202+60=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 202 (79.30% from 255 or 75.37% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CA3C is #F935C3. Grayscale: #7F7F7F. Windows color (decimal): -16332228 or 3983878. OLE color: 3983878.
HSL color Cylindrical-coordinate representation of color #06CA3C: hue angle of 136.53º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA3C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 60 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.21 |
| HSL | 136.53º | 0.94% | 0.41% | - |
| HSV(B) | 136.53º | 0.97% | 0.79% | - |
| XYZ | 22.01 | 42.61 | 11.34 | - |
| YUV | 127.21 | 90.07 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 60 | 0.97 | 0 | 0.70 | 0.21 | 136.53 | 0.94 | 0.41 |
| Hex | 6 | CA | 3C | 61 | 0 | 46 | 15 | 89 | 5E | 29 |
| Octal | 6 | 312 | 74 | 141 | 0 | 106 | 25 | 211 | 136 | 51 |
| Binary | 110 | 11001010 | 111100 | 1100001 | 0 | 1000110 | 10101 | 10001001 | 1011110 | 101001 |
Color Harmonies of #06CA3C
Complementary color
Monochromatic Colors of #06CA3C
Black with #06CA3C
Text Example
Text Example
White with #06CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA3C; }
p { color: rgb(6,202,60); }
H1.HeaderClassName
{
color: #06CA3C;
}
.AnyTagClassName
{
color: #06CA3C;
}
</style>
background-color css
<style>
a { background-color: #06CA3C; }
a { background-color: rgb(6,202,60); }
div.DivClassName
{
background-color: #06CA3C;
}
.BgClassName
{
background-color: #06CA3C;
}
</style>
border-color css
<style>
span { border-color: #06CA3C; }
span { border-color: rgb(6,202,60); }
td.TdClassName
{
border-color: #06CA3C;
}
.TagClassName
{
border-color: #06CA3C;
}
</style>