Shades of Dark Pastel Green #10D52E
Tints of Dark Pastel Green #10D52E
RGB
CMYK
RGB Variations
Color information
#10D52E (or 0x10D52E) is known color: Dark Pastel Green. HEX triplet: 10, D5 and 2E. RGB value is (16,213,46). Sum of RGB (Red+Green+Blue) = 16+213+46=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #10D52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D52E is #EF2AD1. Grayscale: #878787. Windows color (decimal): -15674066 or 3069200. OLE color: 3069200.
HSL color Cylindrical-coordinate representation of color #10D52E: hue angle of 129.14º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D52E is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 46 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.16 |
| HSL | 129.14º | 0.86% | 0.45% | - |
| HSV(B) | 129.14º | 0.92% | 0.84% | - |
| XYZ | 24.5 | 47.9 | 10.54 | - |
| YUV | 135.06 | 77.73 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 46 | 0.92 | 0 | 0.78 | 0.16 | 129.14 | 0.86 | 0.45 |
| Hex | 10 | D5 | 2E | 5C | 0 | 4E | 10 | 81 | 56 | 2D |
| Octal | 20 | 325 | 56 | 134 | 0 | 116 | 20 | 201 | 126 | 55 |
| Binary | 10000 | 11010101 | 101110 | 1011100 | 0 | 1001110 | 10000 | 10000001 | 1010110 | 101101 |
Color Harmonies of #10D52E
Complementary color
Monochromatic Colors of #10D52E
Black with #10D52E
Text Example
Text Example
White with #10D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D52E; }
p { color: rgb(16,213,46); }
H1.HeaderClassName
{
color: #10D52E;
}
.AnyTagClassName
{
color: #10D52E;
}
</style>
background-color css
<style>
a { background-color: #10D52E; }
a { background-color: rgb(16,213,46); }
div.DivClassName
{
background-color: #10D52E;
}
.BgClassName
{
background-color: #10D52E;
}
</style>
border-color css
<style>
span { border-color: #10D52E; }
span { border-color: rgb(16,213,46); }
td.TdClassName
{
border-color: #10D52E;
}
.TagClassName
{
border-color: #10D52E;
}
</style>