Shades of Dark Pastel Green #10D23B
Tints of Dark Pastel Green #10D23B
RGB
CMYK
RGB Variations
Color information
#10D23B (or 0x10D23B) is known color: Dark Pastel Green. HEX triplet: 10, D2 and 3B. RGB value is (16,210,59). Sum of RGB (Red+Green+Blue) = 16+210+59=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #10D23B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D23B is #EF2DC4. Grayscale: #878787. Windows color (decimal): -15674821 or 3920400. OLE color: 3920400.
HSL color Cylindrical-coordinate representation of color #10D23B: hue angle of 133.3º 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 #10D23B is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 59 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.18 |
| HSL | 133.3º | 0.86% | 0.44% | - |
| HSV(B) | 133.3º | 0.92% | 0.82% | - |
| XYZ | 24.05 | 46.52 | 11.85 | - |
| YUV | 134.78 | 85.23 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 59 | 0.92 | 0 | 0.72 | 0.18 | 133.3 | 0.86 | 0.44 |
| Hex | 10 | D2 | 3B | 5C | 0 | 48 | 12 | 85 | 56 | 2C |
| Octal | 20 | 322 | 73 | 134 | 0 | 110 | 22 | 205 | 126 | 54 |
| Binary | 10000 | 11010010 | 111011 | 1011100 | 0 | 1001000 | 10010 | 10000101 | 1010110 | 101100 |
Color Harmonies of #10D23B
Complementary color
Monochromatic Colors of #10D23B
Black with #10D23B
Text Example
Text Example
White with #10D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D23B; }
p { color: rgb(16,210,59); }
H1.HeaderClassName
{
color: #10D23B;
}
.AnyTagClassName
{
color: #10D23B;
}
</style>
background-color css
<style>
a { background-color: #10D23B; }
a { background-color: rgb(16,210,59); }
div.DivClassName
{
background-color: #10D23B;
}
.BgClassName
{
background-color: #10D23B;
}
</style>
border-color css
<style>
span { border-color: #10D23B; }
span { border-color: rgb(16,210,59); }
td.TdClassName
{
border-color: #10D23B;
}
.TagClassName
{
border-color: #10D23B;
}
</style>