Shades of Dark Pastel Green #10AD37
Tints of Dark Pastel Green #10AD37
RGB
CMYK
RGB Variations
Color information
#10AD37 (or 0x10AD37) is known color: Dark Pastel Green. HEX triplet: 10, AD and 37. RGB value is (16,173,55). Sum of RGB (Red+Green+Blue) = 16+173+55=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 173 (67.97% from 255 or 70.90% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD37 is #EF52C8. Grayscale: #707070. Windows color (decimal): -15684297 or 3648784. OLE color: 3648784.
HSL color Cylindrical-coordinate representation of color #10AD37: hue angle of 134.9º 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 #10AD37 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 55 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.32 |
| HSL | 134.9º | 0.83% | 0.37% | - |
| HSV(B) | 134.9º | 0.91% | 0.68% | - |
| XYZ | 15.85 | 30.27 | 8.62 | - |
| YUV | 112.61 | 95.49 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 55 | 0.91 | 0 | 0.68 | 0.32 | 134.9 | 0.83 | 0.37 |
| Hex | 10 | AD | 37 | 5B | 0 | 44 | 20 | 87 | 53 | 25 |
| Octal | 20 | 255 | 67 | 133 | 0 | 104 | 40 | 207 | 123 | 45 |
| Binary | 10000 | 10101101 | 110111 | 1011011 | 0 | 1000100 | 100000 | 10000111 | 1010011 | 100101 |
Color Harmonies of #10AD37
Complementary color
Monochromatic Colors of #10AD37
Black with #10AD37
Text Example
Text Example
White with #10AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD37; }
p { color: rgb(16,173,55); }
H1.HeaderClassName
{
color: #10AD37;
}
.AnyTagClassName
{
color: #10AD37;
}
</style>
background-color css
<style>
a { background-color: #10AD37; }
a { background-color: rgb(16,173,55); }
div.DivClassName
{
background-color: #10AD37;
}
.BgClassName
{
background-color: #10AD37;
}
</style>
border-color css
<style>
span { border-color: #10AD37; }
span { border-color: rgb(16,173,55); }
td.TdClassName
{
border-color: #10AD37;
}
.TagClassName
{
border-color: #10AD37;
}
</style>