Shades of Dark Pastel Green #06CA46
Tints of Dark Pastel Green #06CA46
RGB
CMYK
RGB Variations
Color information
#06CA46 (or 0x06CA46) is known color: Dark Pastel Green. HEX triplet: 06, CA and 46. RGB value is (6,202,70). Sum of RGB (Red+Green+Blue) = 6+202+70=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CA46 is #F935B9. Grayscale: #808080. Windows color (decimal): -16332218 or 4639238. OLE color: 4639238.
HSL color Cylindrical-coordinate representation of color #06CA46: hue angle of 139.59º 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 #06CA46 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 70 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.21 |
| HSL | 139.59º | 0.94% | 0.41% | - |
| HSV(B) | 139.59º | 0.97% | 0.79% | - |
| XYZ | 22.3 | 42.72 | 12.87 | - |
| YUV | 128.35 | 95.07 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 70 | 0.97 | 0 | 0.65 | 0.21 | 139.59 | 0.94 | 0.41 |
| Hex | 6 | CA | 46 | 61 | 0 | 41 | 15 | 8C | 5E | 29 |
| Octal | 6 | 312 | 106 | 141 | 0 | 101 | 25 | 214 | 136 | 51 |
| Binary | 110 | 11001010 | 1000110 | 1100001 | 0 | 1000001 | 10101 | 10001100 | 1011110 | 101001 |
Color Harmonies of #06CA46
Complementary color
Monochromatic Colors of #06CA46
Black with #06CA46
Text Example
Text Example
White with #06CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA46; }
p { color: rgb(6,202,70); }
H1.HeaderClassName
{
color: #06CA46;
}
.AnyTagClassName
{
color: #06CA46;
}
</style>
background-color css
<style>
a { background-color: #06CA46; }
a { background-color: rgb(6,202,70); }
div.DivClassName
{
background-color: #06CA46;
}
.BgClassName
{
background-color: #06CA46;
}
</style>
border-color css
<style>
span { border-color: #06CA46; }
span { border-color: rgb(6,202,70); }
td.TdClassName
{
border-color: #06CA46;
}
.TagClassName
{
border-color: #06CA46;
}
</style>