Shades of Dark Pastel Green #06CA22
Tints of Dark Pastel Green #06CA22
RGB
CMYK
RGB Variations
Color information
#06CA22 (or 0x06CA22) is known color: Dark Pastel Green. HEX triplet: 06, CA and 22. RGB value is (6,202,34). Sum of RGB (Red+Green+Blue) = 6+202+34=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 202 (79.30% from 255 or 83.47% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CA22 is #F935DD. Grayscale: #7C7C7C. Windows color (decimal): -16332254 or 2279942. OLE color: 2279942.
HSL color Cylindrical-coordinate representation of color #06CA22: hue angle of 128.57º 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 #06CA22 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 34 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.21 |
| HSL | 128.57º | 0.94% | 0.41% | - |
| HSV(B) | 128.57º | 0.97% | 0.79% | - |
| XYZ | 21.48 | 42.4 | 8.56 | - |
| YUV | 124.24 | 77.07 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 34 | 0.97 | 0 | 0.83 | 0.21 | 128.57 | 0.94 | 0.41 |
| Hex | 6 | CA | 22 | 61 | 0 | 53 | 15 | 81 | 5E | 29 |
| Octal | 6 | 312 | 42 | 141 | 0 | 123 | 25 | 201 | 136 | 51 |
| Binary | 110 | 11001010 | 100010 | 1100001 | 0 | 1010011 | 10101 | 10000001 | 1011110 | 101001 |
Color Harmonies of #06CA22
Complementary color
Monochromatic Colors of #06CA22
Black with #06CA22
Text Example
Text Example
White with #06CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA22; }
p { color: rgb(6,202,34); }
H1.HeaderClassName
{
color: #06CA22;
}
.AnyTagClassName
{
color: #06CA22;
}
</style>
background-color css
<style>
a { background-color: #06CA22; }
a { background-color: rgb(6,202,34); }
div.DivClassName
{
background-color: #06CA22;
}
.BgClassName
{
background-color: #06CA22;
}
</style>
border-color css
<style>
span { border-color: #06CA22; }
span { border-color: rgb(6,202,34); }
td.TdClassName
{
border-color: #06CA22;
}
.TagClassName
{
border-color: #06CA22;
}
</style>