Shades of Dark Pastel Green #10C02A
Tints of Dark Pastel Green #10C02A
RGB
CMYK
RGB Variations
Color information
#10C02A (or 0x10C02A) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 2A. RGB value is (16,192,42). Sum of RGB (Red+Green+Blue) = 16+192+42=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #10C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C02A is #EF3FD5. Grayscale: #7A7A7A. Windows color (decimal): -15679446 or 2801680. OLE color: 2801680.
HSL color Cylindrical-coordinate representation of color #10C02A: hue angle of 128.86º 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 #10C02A is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 42 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.25 |
| HSL | 128.86º | 0.85% | 0.41% | - |
| HSV(B) | 128.86º | 0.92% | 0.75% | - |
| XYZ | 19.48 | 37.98 | 8.49 | - |
| YUV | 122.28 | 82.69 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 42 | 0.92 | 0 | 0.78 | 0.25 | 128.86 | 0.85 | 0.41 |
| Hex | 10 | C0 | 2A | 5C | 0 | 4E | 19 | 81 | 55 | 29 |
| Octal | 20 | 300 | 52 | 134 | 0 | 116 | 31 | 201 | 125 | 51 |
| Binary | 10000 | 11000000 | 101010 | 1011100 | 0 | 1001110 | 11001 | 10000001 | 1010101 | 101001 |
Color Harmonies of #10C02A
Complementary color
Monochromatic Colors of #10C02A
Black with #10C02A
Text Example
Text Example
White with #10C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C02A; }
p { color: rgb(16,192,42); }
H1.HeaderClassName
{
color: #10C02A;
}
.AnyTagClassName
{
color: #10C02A;
}
</style>
background-color css
<style>
a { background-color: #10C02A; }
a { background-color: rgb(16,192,42); }
div.DivClassName
{
background-color: #10C02A;
}
.BgClassName
{
background-color: #10C02A;
}
</style>
border-color css
<style>
span { border-color: #10C02A; }
span { border-color: rgb(16,192,42); }
td.TdClassName
{
border-color: #10C02A;
}
.TagClassName
{
border-color: #10C02A;
}
</style>