Shades of Dark Pastel Green #10C024
Tints of Dark Pastel Green #10C024
RGB
CMYK
RGB Variations
Color information
#10C024 (or 0x10C024) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 24. RGB value is (16,192,36). Sum of RGB (Red+Green+Blue) = 16+192+36=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #10C024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C024 is #EF3FDB. Grayscale: #7A7A7A. Windows color (decimal): -15679452 or 2408464. OLE color: 2408464.
HSL color Cylindrical-coordinate representation of color #10C024: hue angle of 126.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C024 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 36 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.25 |
| HSL | 126.82º | 0.85% | 0.41% | - |
| HSV(B) | 126.82º | 0.92% | 0.75% | - |
| XYZ | 19.38 | 37.94 | 7.97 | - |
| YUV | 121.59 | 79.69 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 36 | 0.92 | 0 | 0.81 | 0.25 | 126.82 | 0.85 | 0.41 |
| Hex | 10 | C0 | 24 | 5C | 0 | 51 | 19 | 7F | 55 | 29 |
| Octal | 20 | 300 | 44 | 134 | 0 | 121 | 31 | 177 | 125 | 51 |
| Binary | 10000 | 11000000 | 100100 | 1011100 | 0 | 1010001 | 11001 | 1111111 | 1010101 | 101001 |
Color Harmonies of #10C024
Complementary color
Monochromatic Colors of #10C024
Black with #10C024
Text Example
Text Example
White with #10C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C024; }
p { color: rgb(16,192,36); }
H1.HeaderClassName
{
color: #10C024;
}
.AnyTagClassName
{
color: #10C024;
}
</style>
background-color css
<style>
a { background-color: #10C024; }
a { background-color: rgb(16,192,36); }
div.DivClassName
{
background-color: #10C024;
}
.BgClassName
{
background-color: #10C024;
}
</style>
border-color css
<style>
span { border-color: #10C024; }
span { border-color: rgb(16,192,36); }
td.TdClassName
{
border-color: #10C024;
}
.TagClassName
{
border-color: #10C024;
}
</style>