Shades of Dark Pastel Green #10C32E
Tints of Dark Pastel Green #10C32E
RGB
CMYK
RGB Variations
Color information
#10C32E (or 0x10C32E) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 2E. RGB value is (16,195,46). Sum of RGB (Red+Green+Blue) = 16+195+46=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 195 (76.56% from 255 or 75.88% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 195 - color contains mainly: green. Hex color #10C32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C32E is #EF3CD1. Grayscale: #7C7C7C. Windows color (decimal): -15678674 or 3064592. OLE color: 3064592.
HSL color Cylindrical-coordinate representation of color #10C32E: hue angle of 130.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C32E is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 46 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.24 |
| HSL | 130.06º | 0.85% | 0.41% | - |
| HSV(B) | 130.06º | 0.92% | 0.76% | - |
| XYZ | 20.22 | 39.34 | 9.11 | - |
| YUV | 124.49 | 83.7 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 46 | 0.92 | 0 | 0.76 | 0.24 | 130.06 | 0.85 | 0.41 |
| Hex | 10 | C3 | 2E | 5C | 0 | 4C | 18 | 82 | 55 | 29 |
| Octal | 20 | 303 | 56 | 134 | 0 | 114 | 30 | 202 | 125 | 51 |
| Binary | 10000 | 11000011 | 101110 | 1011100 | 0 | 1001100 | 11000 | 10000010 | 1010101 | 101001 |
Color Harmonies of #10C32E
Complementary color
Monochromatic Colors of #10C32E
Black with #10C32E
Text Example
Text Example
White with #10C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C32E; }
p { color: rgb(16,195,46); }
H1.HeaderClassName
{
color: #10C32E;
}
.AnyTagClassName
{
color: #10C32E;
}
</style>
background-color css
<style>
a { background-color: #10C32E; }
a { background-color: rgb(16,195,46); }
div.DivClassName
{
background-color: #10C32E;
}
.BgClassName
{
background-color: #10C32E;
}
</style>
border-color css
<style>
span { border-color: #10C32E; }
span { border-color: rgb(16,195,46); }
td.TdClassName
{
border-color: #10C32E;
}
.TagClassName
{
border-color: #10C32E;
}
</style>