Shades of Dark Pastel Green #10AD36
Tints of Dark Pastel Green #10AD36
RGB
CMYK
RGB Variations
Color information
#10AD36 (or 0x10AD36) is known color: Dark Pastel Green. HEX triplet: 10, AD and 36. RGB value is (16,173,54). Sum of RGB (Red+Green+Blue) = 16+173+54=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 173 (67.97% from 255 or 71.19% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD36 is #EF52C9. Grayscale: #707070. Windows color (decimal): -15684298 or 3583248. OLE color: 3583248.
HSL color Cylindrical-coordinate representation of color #10AD36: hue angle of 134.52º 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 #10AD36 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 54 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.32 |
| HSL | 134.52º | 0.83% | 0.37% | - |
| HSV(B) | 134.52º | 0.91% | 0.68% | - |
| XYZ | 15.82 | 30.26 | 8.5 | - |
| YUV | 112.49 | 94.99 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 54 | 0.91 | 0 | 0.69 | 0.32 | 134.52 | 0.83 | 0.37 |
| Hex | 10 | AD | 36 | 5B | 0 | 45 | 20 | 87 | 53 | 25 |
| Octal | 20 | 255 | 66 | 133 | 0 | 105 | 40 | 207 | 123 | 45 |
| Binary | 10000 | 10101101 | 110110 | 1011011 | 0 | 1000101 | 100000 | 10000111 | 1010011 | 100101 |
Color Harmonies of #10AD36
Complementary color
Monochromatic Colors of #10AD36
Black with #10AD36
Text Example
Text Example
White with #10AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD36; }
p { color: rgb(16,173,54); }
H1.HeaderClassName
{
color: #10AD36;
}
.AnyTagClassName
{
color: #10AD36;
}
</style>
background-color css
<style>
a { background-color: #10AD36; }
a { background-color: rgb(16,173,54); }
div.DivClassName
{
background-color: #10AD36;
}
.BgClassName
{
background-color: #10AD36;
}
</style>
border-color css
<style>
span { border-color: #10AD36; }
span { border-color: rgb(16,173,54); }
td.TdClassName
{
border-color: #10AD36;
}
.TagClassName
{
border-color: #10AD36;
}
</style>