Shades of Dark Pastel Green #10AD3F
Tints of Dark Pastel Green #10AD3F
RGB
CMYK
RGB Variations
Color information
#10AD3F (or 0x10AD3F) is known color: Dark Pastel Green. HEX triplet: 10, AD and 3F. RGB value is (16,173,63). Sum of RGB (Red+Green+Blue) = 16+173+63=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD3F is #EF52C0. Grayscale: #717171. Windows color (decimal): -15684289 or 4173072. OLE color: 4173072.
HSL color Cylindrical-coordinate representation of color #10AD3F: hue angle of 137.96º 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 #10AD3F is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 63 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.32 |
| HSL | 137.96º | 0.83% | 0.37% | - |
| HSV(B) | 137.96º | 0.91% | 0.68% | - |
| XYZ | 16.05 | 30.36 | 9.72 | - |
| YUV | 113.52 | 99.49 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 63 | 0.91 | 0 | 0.64 | 0.32 | 137.96 | 0.83 | 0.37 |
| Hex | 10 | AD | 3F | 5B | 0 | 40 | 20 | 8A | 53 | 25 |
| Octal | 20 | 255 | 77 | 133 | 0 | 100 | 40 | 212 | 123 | 45 |
| Binary | 10000 | 10101101 | 111111 | 1011011 | 0 | 1000000 | 100000 | 10001010 | 1010011 | 100101 |
Color Harmonies of #10AD3F
Complementary color
Monochromatic Colors of #10AD3F
Black with #10AD3F
Text Example
Text Example
White with #10AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD3F; }
p { color: rgb(16,173,63); }
H1.HeaderClassName
{
color: #10AD3F;
}
.AnyTagClassName
{
color: #10AD3F;
}
</style>
background-color css
<style>
a { background-color: #10AD3F; }
a { background-color: rgb(16,173,63); }
div.DivClassName
{
background-color: #10AD3F;
}
.BgClassName
{
background-color: #10AD3F;
}
</style>
border-color css
<style>
span { border-color: #10AD3F; }
span { border-color: rgb(16,173,63); }
td.TdClassName
{
border-color: #10AD3F;
}
.TagClassName
{
border-color: #10AD3F;
}
</style>