Shades of Dark Pastel Green #10A92E
Tints of Dark Pastel Green #10A92E
RGB
CMYK
RGB Variations
Color information
#10A92E (or 0x10A92E) is known color: Dark Pastel Green. HEX triplet: 10, A9 and 2E. RGB value is (16,169,46). Sum of RGB (Red+Green+Blue) = 16+169+46=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #10A92E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A92E is #EF56D1. Grayscale: #6D6D6D. Windows color (decimal): -15685330 or 3057936. OLE color: 3057936.
HSL color Cylindrical-coordinate representation of color #10A92E: hue angle of 131.76º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A92E is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 46 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.34 |
| HSL | 131.76º | 0.83% | 0.36% | - |
| HSV(B) | 131.76º | 0.91% | 0.66% | - |
| XYZ | 14.89 | 28.68 | 7.34 | - |
| YUV | 109.23 | 92.31 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 46 | 0.91 | 0 | 0.73 | 0.34 | 131.76 | 0.83 | 0.36 |
| Hex | 10 | A9 | 2E | 5B | 0 | 49 | 22 | 84 | 53 | 24 |
| Octal | 20 | 251 | 56 | 133 | 0 | 111 | 42 | 204 | 123 | 44 |
| Binary | 10000 | 10101001 | 101110 | 1011011 | 0 | 1001001 | 100010 | 10000100 | 1010011 | 100100 |
Color Harmonies of #10A92E
Complementary color
Monochromatic Colors of #10A92E
Black with #10A92E
Text Example
Text Example
White with #10A92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A92E; }
p { color: rgb(16,169,46); }
H1.HeaderClassName
{
color: #10A92E;
}
.AnyTagClassName
{
color: #10A92E;
}
</style>
background-color css
<style>
a { background-color: #10A92E; }
a { background-color: rgb(16,169,46); }
div.DivClassName
{
background-color: #10A92E;
}
.BgClassName
{
background-color: #10A92E;
}
</style>
border-color css
<style>
span { border-color: #10A92E; }
span { border-color: rgb(16,169,46); }
td.TdClassName
{
border-color: #10A92E;
}
.TagClassName
{
border-color: #10A92E;
}
</style>