Shades of Dark Pastel Green #10AA2C
Tints of Dark Pastel Green #10AA2C
RGB
CMYK
RGB Variations
Color information
#10AA2C (or 0x10AA2C) is known color: Dark Pastel Green. HEX triplet: 10, AA and 2C. RGB value is (16,170,44). Sum of RGB (Red+Green+Blue) = 16+170+44=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 170 (66.80% from 255 or 73.91% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA2C is #EF55D3. Grayscale: #6D6D6D. Windows color (decimal): -15685076 or 2927120. OLE color: 2927120.
HSL color Cylindrical-coordinate representation of color #10AA2C: hue angle of 130.91º 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 #10AA2C is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 44 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.33 |
| HSL | 130.91º | 0.83% | 0.36% | - |
| HSV(B) | 130.91º | 0.91% | 0.67% | - |
| XYZ | 15.04 | 29.04 | 7.2 | - |
| YUV | 109.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 44 | 0.91 | 0 | 0.74 | 0.33 | 130.91 | 0.83 | 0.36 |
| Hex | 10 | AA | 2C | 5B | 0 | 4A | 21 | 83 | 53 | 24 |
| Octal | 20 | 252 | 54 | 133 | 0 | 112 | 41 | 203 | 123 | 44 |
| Binary | 10000 | 10101010 | 101100 | 1011011 | 0 | 1001010 | 100001 | 10000011 | 1010011 | 100100 |
Color Harmonies of #10AA2C
Complementary color
Monochromatic Colors of #10AA2C
Black with #10AA2C
Text Example
Text Example
White with #10AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA2C; }
p { color: rgb(16,170,44); }
H1.HeaderClassName
{
color: #10AA2C;
}
.AnyTagClassName
{
color: #10AA2C;
}
</style>
background-color css
<style>
a { background-color: #10AA2C; }
a { background-color: rgb(16,170,44); }
div.DivClassName
{
background-color: #10AA2C;
}
.BgClassName
{
background-color: #10AA2C;
}
</style>
border-color css
<style>
span { border-color: #10AA2C; }
span { border-color: rgb(16,170,44); }
td.TdClassName
{
border-color: #10AA2C;
}
.TagClassName
{
border-color: #10AA2C;
}
</style>