Shades of Dark Pastel Green #06CA1D
Tints of Dark Pastel Green #06CA1D
RGB
CMYK
RGB Variations
Color information
#06CA1D (or 0x06CA1D) is known color: Dark Pastel Green. HEX triplet: 06, CA and 1D. RGB value is (6,202,29). Sum of RGB (Red+Green+Blue) = 6+202+29=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 202 (79.30% from 255 or 85.23% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CA1D is #F935E2. Grayscale: #7C7C7C. Windows color (decimal): -16332259 or 1952262. OLE color: 1952262.
HSL color Cylindrical-coordinate representation of color #06CA1D: hue angle of 127.04º 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 #06CA1D is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 29 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.21 |
| HSL | 127.04º | 0.94% | 0.41% | - |
| HSV(B) | 127.04º | 0.97% | 0.79% | - |
| XYZ | 21.42 | 42.37 | 8.21 | - |
| YUV | 123.67 | 74.57 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 29 | 0.97 | 0 | 0.86 | 0.21 | 127.04 | 0.94 | 0.41 |
| Hex | 6 | CA | 1D | 61 | 0 | 56 | 15 | 7F | 5E | 29 |
| Octal | 6 | 312 | 35 | 141 | 0 | 126 | 25 | 177 | 136 | 51 |
| Binary | 110 | 11001010 | 11101 | 1100001 | 0 | 1010110 | 10101 | 1111111 | 1011110 | 101001 |
Color Harmonies of #06CA1D
Complementary color
Monochromatic Colors of #06CA1D
Black with #06CA1D
Text Example
Text Example
White with #06CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA1D; }
p { color: rgb(6,202,29); }
H1.HeaderClassName
{
color: #06CA1D;
}
.AnyTagClassName
{
color: #06CA1D;
}
</style>
background-color css
<style>
a { background-color: #06CA1D; }
a { background-color: rgb(6,202,29); }
div.DivClassName
{
background-color: #06CA1D;
}
.BgClassName
{
background-color: #06CA1D;
}
</style>
border-color css
<style>
span { border-color: #06CA1D; }
span { border-color: rgb(6,202,29); }
td.TdClassName
{
border-color: #06CA1D;
}
.TagClassName
{
border-color: #06CA1D;
}
</style>