Shades of Dark Pastel Green #10AA30
Tints of Dark Pastel Green #10AA30
RGB
CMYK
RGB Variations
Color information
#10AA30 (or 0x10AA30) is known color: Dark Pastel Green. HEX triplet: 10, AA and 30. RGB value is (16,170,48). Sum of RGB (Red+Green+Blue) = 16+170+48=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA30 is #EF55CF. Grayscale: #6E6E6E. Windows color (decimal): -15685072 or 3189264. OLE color: 3189264.
HSL color Cylindrical-coordinate representation of color #10AA30: hue angle of 132.47º 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 #10AA30 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 48 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.33 |
| HSL | 132.47º | 0.83% | 0.36% | - |
| HSV(B) | 132.47º | 0.91% | 0.67% | - |
| XYZ | 15.12 | 29.07 | 7.61 | - |
| YUV | 110.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 48 | 0.91 | 0 | 0.72 | 0.33 | 132.47 | 0.83 | 0.36 |
| Hex | 10 | AA | 30 | 5B | 0 | 48 | 21 | 84 | 53 | 24 |
| Octal | 20 | 252 | 60 | 133 | 0 | 110 | 41 | 204 | 123 | 44 |
| Binary | 10000 | 10101010 | 110000 | 1011011 | 0 | 1001000 | 100001 | 10000100 | 1010011 | 100100 |
Color Harmonies of #10AA30
Complementary color
Monochromatic Colors of #10AA30
Black with #10AA30
Text Example
Text Example
White with #10AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA30; }
p { color: rgb(16,170,48); }
H1.HeaderClassName
{
color: #10AA30;
}
.AnyTagClassName
{
color: #10AA30;
}
</style>
background-color css
<style>
a { background-color: #10AA30; }
a { background-color: rgb(16,170,48); }
div.DivClassName
{
background-color: #10AA30;
}
.BgClassName
{
background-color: #10AA30;
}
</style>
border-color css
<style>
span { border-color: #10AA30; }
span { border-color: rgb(16,170,48); }
td.TdClassName
{
border-color: #10AA30;
}
.TagClassName
{
border-color: #10AA30;
}
</style>