Shades of Dark Pastel Green #10C02C
Tints of Dark Pastel Green #10C02C
RGB
CMYK
RGB Variations
Color information
#10C02C (or 0x10C02C) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 2C. RGB value is (16,192,44). Sum of RGB (Red+Green+Blue) = 16+192+44=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #10C02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C02C is #EF3FD3. Grayscale: #7A7A7A. Windows color (decimal): -15679444 or 2932752. OLE color: 2932752.
HSL color Cylindrical-coordinate representation of color #10C02C: hue angle of 129.55º 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 #10C02C is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 44 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.25 |
| HSL | 129.55º | 0.85% | 0.41% | - |
| HSV(B) | 129.55º | 0.92% | 0.75% | - |
| XYZ | 19.52 | 37.99 | 8.69 | - |
| YUV | 122.5 | 83.69 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 44 | 0.92 | 0 | 0.77 | 0.25 | 129.55 | 0.85 | 0.41 |
| Hex | 10 | C0 | 2C | 5C | 0 | 4D | 19 | 82 | 55 | 29 |
| Octal | 20 | 300 | 54 | 134 | 0 | 115 | 31 | 202 | 125 | 51 |
| Binary | 10000 | 11000000 | 101100 | 1011100 | 0 | 1001101 | 11001 | 10000010 | 1010101 | 101001 |
Color Harmonies of #10C02C
Complementary color
Monochromatic Colors of #10C02C
Black with #10C02C
Text Example
Text Example
White with #10C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C02C; }
p { color: rgb(16,192,44); }
H1.HeaderClassName
{
color: #10C02C;
}
.AnyTagClassName
{
color: #10C02C;
}
</style>
background-color css
<style>
a { background-color: #10C02C; }
a { background-color: rgb(16,192,44); }
div.DivClassName
{
background-color: #10C02C;
}
.BgClassName
{
background-color: #10C02C;
}
</style>
border-color css
<style>
span { border-color: #10C02C; }
span { border-color: rgb(16,192,44); }
td.TdClassName
{
border-color: #10C02C;
}
.TagClassName
{
border-color: #10C02C;
}
</style>