Shades of Dark Pastel Green #10AD28
Tints of Dark Pastel Green #10AD28
RGB
CMYK
RGB Variations
Color information
#10AD28 (or 0x10AD28) is known color: Dark Pastel Green. HEX triplet: 10, AD and 28. RGB value is (16,173,40). Sum of RGB (Red+Green+Blue) = 16+173+40=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD28 is #EF52D7. Grayscale: #6F6F6F. Windows color (decimal): -15684312 or 2665744. OLE color: 2665744.
HSL color Cylindrical-coordinate representation of color #10AD28: hue angle of 129.17º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD28 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 40 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.32 |
| HSL | 129.17º | 0.83% | 0.37% | - |
| HSV(B) | 129.17º | 0.91% | 0.68% | - |
| XYZ | 15.54 | 30.15 | 7.01 | - |
| YUV | 110.9 | 87.99 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 40 | 0.91 | 0 | 0.77 | 0.32 | 129.17 | 0.83 | 0.37 |
| Hex | 10 | AD | 28 | 5B | 0 | 4D | 20 | 81 | 53 | 25 |
| Octal | 20 | 255 | 50 | 133 | 0 | 115 | 40 | 201 | 123 | 45 |
| Binary | 10000 | 10101101 | 101000 | 1011011 | 0 | 1001101 | 100000 | 10000001 | 1010011 | 100101 |
Color Harmonies of #10AD28
Complementary color
Monochromatic Colors of #10AD28
Black with #10AD28
Text Example
Text Example
White with #10AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD28; }
p { color: rgb(16,173,40); }
H1.HeaderClassName
{
color: #10AD28;
}
.AnyTagClassName
{
color: #10AD28;
}
</style>
background-color css
<style>
a { background-color: #10AD28; }
a { background-color: rgb(16,173,40); }
div.DivClassName
{
background-color: #10AD28;
}
.BgClassName
{
background-color: #10AD28;
}
</style>
border-color css
<style>
span { border-color: #10AD28; }
span { border-color: rgb(16,173,40); }
td.TdClassName
{
border-color: #10AD28;
}
.TagClassName
{
border-color: #10AD28;
}
</style>