Shades of Dark Pastel Green #10AA3F
Tints of Dark Pastel Green #10AA3F
RGB
CMYK
RGB Variations
Color information
#10AA3F (or 0x10AA3F) is known color: Dark Pastel Green. HEX triplet: 10, AA and 3F. RGB value is (16,170,63). Sum of RGB (Red+Green+Blue) = 16+170+63=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA3F is #EF55C0. Grayscale: #707070. Windows color (decimal): -15685057 or 4172304. OLE color: 4172304.
HSL color Cylindrical-coordinate representation of color #10AA3F: hue angle of 138.31º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA3F is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 63 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.33 |
| HSL | 138.31º | 0.83% | 0.36% | - |
| HSV(B) | 138.31º | 0.91% | 0.67% | - |
| XYZ | 15.49 | 29.22 | 9.53 | - |
| YUV | 111.76 | 100.48 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 63 | 0.91 | 0 | 0.63 | 0.33 | 138.31 | 0.83 | 0.36 |
| Hex | 10 | AA | 3F | 5B | 0 | 3F | 21 | 8A | 53 | 24 |
| Octal | 20 | 252 | 77 | 133 | 0 | 77 | 41 | 212 | 123 | 44 |
| Binary | 10000 | 10101010 | 111111 | 1011011 | 0 | 111111 | 100001 | 10001010 | 1010011 | 100100 |
Color Harmonies of #10AA3F
Complementary color
Monochromatic Colors of #10AA3F
Black with #10AA3F
Text Example
Text Example
White with #10AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA3F; }
p { color: rgb(16,170,63); }
H1.HeaderClassName
{
color: #10AA3F;
}
.AnyTagClassName
{
color: #10AA3F;
}
</style>
background-color css
<style>
a { background-color: #10AA3F; }
a { background-color: rgb(16,170,63); }
div.DivClassName
{
background-color: #10AA3F;
}
.BgClassName
{
background-color: #10AA3F;
}
</style>
border-color css
<style>
span { border-color: #10AA3F; }
span { border-color: rgb(16,170,63); }
td.TdClassName
{
border-color: #10AA3F;
}
.TagClassName
{
border-color: #10AA3F;
}
</style>