Shades of Dark Pastel Green #06C024
Tints of Dark Pastel Green #06C024
RGB
CMYK
RGB Variations
Color information
#06C024 (or 0x06C024) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 24. RGB value is (6,192,36). Sum of RGB (Red+Green+Blue) = 6+192+36=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #06C024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C024 is #F93FDB. Grayscale: #777777. Windows color (decimal): -16334812 or 2408454. OLE color: 2408454.
HSL color Cylindrical-coordinate representation of color #06C024: hue angle of 129.68º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C024 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 36 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.25 |
| HSL | 129.68º | 0.94% | 0.39% | - |
| HSV(B) | 129.68º | 0.97% | 0.75% | - |
| XYZ | 19.24 | 37.87 | 7.96 | - |
| YUV | 118.6 | 81.38 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 36 | 0.97 | 0 | 0.81 | 0.25 | 129.68 | 0.94 | 0.39 |
| Hex | 6 | C0 | 24 | 61 | 0 | 51 | 19 | 82 | 5E | 27 |
| Octal | 6 | 300 | 44 | 141 | 0 | 121 | 31 | 202 | 136 | 47 |
| Binary | 110 | 11000000 | 100100 | 1100001 | 0 | 1010001 | 11001 | 10000010 | 1011110 | 100111 |
Color Harmonies of #06C024
Complementary color
Monochromatic Colors of #06C024
Black with #06C024
Text Example
Text Example
White with #06C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C024; }
p { color: rgb(6,192,36); }
H1.HeaderClassName
{
color: #06C024;
}
.AnyTagClassName
{
color: #06C024;
}
</style>
background-color css
<style>
a { background-color: #06C024; }
a { background-color: rgb(6,192,36); }
div.DivClassName
{
background-color: #06C024;
}
.BgClassName
{
background-color: #06C024;
}
</style>
border-color css
<style>
span { border-color: #06C024; }
span { border-color: rgb(6,192,36); }
td.TdClassName
{
border-color: #06C024;
}
.TagClassName
{
border-color: #06C024;
}
</style>