Shades of Dark Pastel Green #10D02C
Tints of Dark Pastel Green #10D02C
RGB
CMYK
RGB Variations
Color information
#10D02C (or 0x10D02C) is known color: Dark Pastel Green. HEX triplet: 10, D0 and 2C. RGB value is (16,208,44). Sum of RGB (Red+Green+Blue) = 16+208+44=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #10D02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D02C is #EF2FD3. Grayscale: #848484. Windows color (decimal): -15675348 or 2936848. OLE color: 2936848.
HSL color Cylindrical-coordinate representation of color #10D02C: hue angle of 128.75º 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 #10D02C is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 44 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.18 |
| HSL | 128.75º | 0.86% | 0.44% | - |
| HSV(B) | 128.75º | 0.92% | 0.82% | - |
| XYZ | 23.22 | 45.4 | 9.92 | - |
| YUV | 131.9 | 78.39 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 44 | 0.92 | 0 | 0.79 | 0.18 | 128.75 | 0.86 | 0.44 |
| Hex | 10 | D0 | 2C | 5C | 0 | 4F | 12 | 81 | 56 | 2C |
| Octal | 20 | 320 | 54 | 134 | 0 | 117 | 22 | 201 | 126 | 54 |
| Binary | 10000 | 11010000 | 101100 | 1011100 | 0 | 1001111 | 10010 | 10000001 | 1010110 | 101100 |
Color Harmonies of #10D02C
Complementary color
Monochromatic Colors of #10D02C
Black with #10D02C
Text Example
Text Example
White with #10D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D02C; }
p { color: rgb(16,208,44); }
H1.HeaderClassName
{
color: #10D02C;
}
.AnyTagClassName
{
color: #10D02C;
}
</style>
background-color css
<style>
a { background-color: #10D02C; }
a { background-color: rgb(16,208,44); }
div.DivClassName
{
background-color: #10D02C;
}
.BgClassName
{
background-color: #10D02C;
}
</style>
border-color css
<style>
span { border-color: #10D02C; }
span { border-color: rgb(16,208,44); }
td.TdClassName
{
border-color: #10D02C;
}
.TagClassName
{
border-color: #10D02C;
}
</style>