Shades of Dark Pastel Green #10A42D
Tints of Dark Pastel Green #10A42D
RGB
CMYK
RGB Variations
Color information
#10A42D (or 0x10A42D) is known color: Dark Pastel Green. HEX triplet: 10, A4 and 2D. RGB value is (16,164,45). Sum of RGB (Red+Green+Blue) = 16+164+45=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 164 (64.45% from 255 or 72.89% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 164 - color contains mainly: green. Hex color #10A42D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A42D is #EF5BD2. Grayscale: #6A6A6A. Windows color (decimal): -15686611 or 2991120. OLE color: 2991120.
HSL color Cylindrical-coordinate representation of color #10A42D: hue angle of 131.76º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A42D is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 164 | 45 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.36 |
| HSL | 131.76º | 0.82% | 0.35% | - |
| HSV(B) | 131.76º | 0.9% | 0.64% | - |
| XYZ | 13.96 | 26.85 | 6.93 | - |
| YUV | 106.18 | 93.47 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 164 | 45 | 0.90 | 0 | 0.73 | 0.36 | 131.76 | 0.82 | 0.35 |
| Hex | 10 | A4 | 2D | 5A | 0 | 49 | 24 | 84 | 52 | 23 |
| Octal | 20 | 244 | 55 | 132 | 0 | 111 | 44 | 204 | 122 | 43 |
| Binary | 10000 | 10100100 | 101101 | 1011010 | 0 | 1001001 | 100100 | 10000100 | 1010010 | 100011 |
Color Harmonies of #10A42D
Complementary color
Monochromatic Colors of #10A42D
Black with #10A42D
Text Example
Text Example
White with #10A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A42D; }
p { color: rgb(16,164,45); }
H1.HeaderClassName
{
color: #10A42D;
}
.AnyTagClassName
{
color: #10A42D;
}
</style>
background-color css
<style>
a { background-color: #10A42D; }
a { background-color: rgb(16,164,45); }
div.DivClassName
{
background-color: #10A42D;
}
.BgClassName
{
background-color: #10A42D;
}
</style>
border-color css
<style>
span { border-color: #10A42D; }
span { border-color: rgb(16,164,45); }
td.TdClassName
{
border-color: #10A42D;
}
.TagClassName
{
border-color: #10A42D;
}
</style>