Shades of Dark Pastel Green #06C93C
Tints of Dark Pastel Green #06C93C
RGB
CMYK
RGB Variations
Color information
#06C93C (or 0x06C93C) is known color: Dark Pastel Green. HEX triplet: 06, C9 and 3C. RGB value is (6,201,60). Sum of RGB (Red+Green+Blue) = 6+201+60=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 201 (78.91% from 255 or 75.28% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 201 - color contains mainly: green. Hex color #06C93C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C93C is #F936C3. Grayscale: #7E7E7E. Windows color (decimal): -16332484 or 3983622. OLE color: 3983622.
HSL color Cylindrical-coordinate representation of color #06C93C: hue angle of 136.62º 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 #06C93C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 201 | 60 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.21 |
| HSL | 136.62º | 0.94% | 0.41% | - |
| HSV(B) | 136.62º | 0.97% | 0.79% | - |
| XYZ | 21.78 | 42.14 | 11.26 | - |
| YUV | 126.62 | 90.4 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 60 | 0.97 | 0 | 0.70 | 0.21 | 136.62 | 0.94 | 0.41 |
| Hex | 6 | C9 | 3C | 61 | 0 | 46 | 15 | 89 | 5E | 29 |
| Octal | 6 | 311 | 74 | 141 | 0 | 106 | 25 | 211 | 136 | 51 |
| Binary | 110 | 11001001 | 111100 | 1100001 | 0 | 1000110 | 10101 | 10001001 | 1011110 | 101001 |
Color Harmonies of #06C93C
Complementary color
Monochromatic Colors of #06C93C
Black with #06C93C
Text Example
Text Example
White with #06C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C93C; }
p { color: rgb(6,201,60); }
H1.HeaderClassName
{
color: #06C93C;
}
.AnyTagClassName
{
color: #06C93C;
}
</style>
background-color css
<style>
a { background-color: #06C93C; }
a { background-color: rgb(6,201,60); }
div.DivClassName
{
background-color: #06C93C;
}
.BgClassName
{
background-color: #06C93C;
}
</style>
border-color css
<style>
span { border-color: #06C93C; }
span { border-color: rgb(6,201,60); }
td.TdClassName
{
border-color: #06C93C;
}
.TagClassName
{
border-color: #06C93C;
}
</style>