Shades of Dark Pastel Green #06C21A
Tints of Dark Pastel Green #06C21A
RGB
CMYK
RGB Variations
Color information
#06C21A (or 0x06C21A) is known color: Dark Pastel Green. HEX triplet: 06, C2 and 1A. RGB value is (6,194,26). Sum of RGB (Red+Green+Blue) = 6+194+26=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 194 (76.17% from 255 or 85.84% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 194 - color contains mainly: green. Hex color #06C21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C21A is #F93DE5. Grayscale: #777777. Windows color (decimal): -16334310 or 1753606. OLE color: 1753606.
HSL color Cylindrical-coordinate representation of color #06C21A: hue angle of 126.38º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C21A is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 26 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.24 |
| HSL | 126.38º | 0.94% | 0.39% | - |
| HSV(B) | 126.38º | 0.97% | 0.76% | - |
| XYZ | 19.55 | 38.7 | 7.42 | - |
| YUV | 118.64 | 75.72 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 26 | 0.97 | 0 | 0.87 | 0.24 | 126.38 | 0.94 | 0.39 |
| Hex | 6 | C2 | 1A | 61 | 0 | 57 | 18 | 7E | 5E | 27 |
| Octal | 6 | 302 | 32 | 141 | 0 | 127 | 30 | 176 | 136 | 47 |
| Binary | 110 | 11000010 | 11010 | 1100001 | 0 | 1010111 | 11000 | 1111110 | 1011110 | 100111 |
Color Harmonies of #06C21A
Complementary color
Monochromatic Colors of #06C21A
Black with #06C21A
Text Example
Text Example
White with #06C21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C21A; }
p { color: rgb(6,194,26); }
H1.HeaderClassName
{
color: #06C21A;
}
.AnyTagClassName
{
color: #06C21A;
}
</style>
background-color css
<style>
a { background-color: #06C21A; }
a { background-color: rgb(6,194,26); }
div.DivClassName
{
background-color: #06C21A;
}
.BgClassName
{
background-color: #06C21A;
}
</style>
border-color css
<style>
span { border-color: #06C21A; }
span { border-color: rgb(6,194,26); }
td.TdClassName
{
border-color: #06C21A;
}
.TagClassName
{
border-color: #06C21A;
}
</style>