Shades of Dark Pastel Green #06C81A
Tints of Dark Pastel Green #06C81A
RGB
CMYK
RGB Variations
Color information
#06C81A (or 0x06C81A) is known color: Dark Pastel Green. HEX triplet: 06, C8 and 1A. RGB value is (6,200,26). Sum of RGB (Red+Green+Blue) = 6+200+26=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 200 (78.52% from 255 or 86.21% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 200 - color contains mainly: green. Hex color #06C81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C81A is #F937E5. Grayscale: #7A7A7A. Windows color (decimal): -16332774 or 1755142. OLE color: 1755142.
HSL color Cylindrical-coordinate representation of color #06C81A: hue angle of 126.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C81A is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 200 | 26 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.22 |
| HSL | 126.19º | 0.94% | 0.4% | - |
| HSV(B) | 126.19º | 0.97% | 0.78% | - |
| XYZ | 20.92 | 41.42 | 7.87 | - |
| YUV | 122.16 | 73.73 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 200 | 26 | 0.97 | 0 | 0.87 | 0.22 | 126.19 | 0.94 | 0.4 |
| Hex | 6 | C8 | 1A | 61 | 0 | 57 | 16 | 7E | 5E | 28 |
| Octal | 6 | 310 | 32 | 141 | 0 | 127 | 26 | 176 | 136 | 50 |
| Binary | 110 | 11001000 | 11010 | 1100001 | 0 | 1010111 | 10110 | 1111110 | 1011110 | 101000 |
Color Harmonies of #06C81A
Complementary color
Monochromatic Colors of #06C81A
Black with #06C81A
Text Example
Text Example
White with #06C81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C81A; }
p { color: rgb(6,200,26); }
H1.HeaderClassName
{
color: #06C81A;
}
.AnyTagClassName
{
color: #06C81A;
}
</style>
background-color css
<style>
a { background-color: #06C81A; }
a { background-color: rgb(6,200,26); }
div.DivClassName
{
background-color: #06C81A;
}
.BgClassName
{
background-color: #06C81A;
}
</style>
border-color css
<style>
span { border-color: #06C81A; }
span { border-color: rgb(6,200,26); }
td.TdClassName
{
border-color: #06C81A;
}
.TagClassName
{
border-color: #06C81A;
}
</style>