Shades of Dark Pastel Green #10D239
Tints of Dark Pastel Green #10D239
RGB
CMYK
RGB Variations
Color information
#10D239 (or 0x10D239) is known color: Dark Pastel Green. HEX triplet: 10, D2 and 39. RGB value is (16,210,57). Sum of RGB (Red+Green+Blue) = 16+210+57=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 210 (82.42% from 255 or 74.20% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 210 - color contains mainly: green. Hex color #10D239 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D239 is #EF2DC6. Grayscale: #868686. Windows color (decimal): -15674823 or 3789328. OLE color: 3789328.
HSL color Cylindrical-coordinate representation of color #10D239: hue angle of 132.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D239 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 57 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.18 |
| HSL | 132.68º | 0.86% | 0.44% | - |
| HSV(B) | 132.68º | 0.92% | 0.82% | - |
| XYZ | 24 | 46.5 | 11.58 | - |
| YUV | 134.55 | 84.23 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 57 | 0.92 | 0 | 0.73 | 0.18 | 132.68 | 0.86 | 0.44 |
| Hex | 10 | D2 | 39 | 5C | 0 | 49 | 12 | 85 | 56 | 2C |
| Octal | 20 | 322 | 71 | 134 | 0 | 111 | 22 | 205 | 126 | 54 |
| Binary | 10000 | 11010010 | 111001 | 1011100 | 0 | 1001001 | 10010 | 10000101 | 1010110 | 101100 |
Color Harmonies of #10D239
Complementary color
Monochromatic Colors of #10D239
Black with #10D239
Text Example
Text Example
White with #10D239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D239; }
p { color: rgb(16,210,57); }
H1.HeaderClassName
{
color: #10D239;
}
.AnyTagClassName
{
color: #10D239;
}
</style>
background-color css
<style>
a { background-color: #10D239; }
a { background-color: rgb(16,210,57); }
div.DivClassName
{
background-color: #10D239;
}
.BgClassName
{
background-color: #10D239;
}
</style>
border-color css
<style>
span { border-color: #10D239; }
span { border-color: rgb(16,210,57); }
td.TdClassName
{
border-color: #10D239;
}
.TagClassName
{
border-color: #10D239;
}
</style>