Shades of Dark Pastel Green #10A731
Tints of Dark Pastel Green #10A731
RGB
CMYK
RGB Variations
Color information
#10A731 (or 0x10A731) is known color: Dark Pastel Green. HEX triplet: 10, A7 and 31. RGB value is (16,167,49). Sum of RGB (Red+Green+Blue) = 16+167+49=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 167 (65.62% from 255 or 71.98% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 167 - color contains mainly: green. Hex color #10A731 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A731 is #EF58CE. Grayscale: #6C6C6C. Windows color (decimal): -15685839 or 3254032. OLE color: 3254032.
HSL color Cylindrical-coordinate representation of color #10A731: hue angle of 133.11º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A731 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 167 | 49 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.35 |
| HSL | 133.11º | 0.83% | 0.36% | - |
| HSV(B) | 133.11º | 0.9% | 0.65% | - |
| XYZ | 14.59 | 27.97 | 7.54 | - |
| YUV | 108.4 | 94.47 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 49 | 0.90 | 0 | 0.71 | 0.35 | 133.11 | 0.83 | 0.36 |
| Hex | 10 | A7 | 31 | 5A | 0 | 47 | 23 | 85 | 53 | 24 |
| Octal | 20 | 247 | 61 | 132 | 0 | 107 | 43 | 205 | 123 | 44 |
| Binary | 10000 | 10100111 | 110001 | 1011010 | 0 | 1000111 | 100011 | 10000101 | 1010011 | 100100 |
Color Harmonies of #10A731
Complementary color
Monochromatic Colors of #10A731
Black with #10A731
Text Example
Text Example
White with #10A731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A731; }
p { color: rgb(16,167,49); }
H1.HeaderClassName
{
color: #10A731;
}
.AnyTagClassName
{
color: #10A731;
}
</style>
background-color css
<style>
a { background-color: #10A731; }
a { background-color: rgb(16,167,49); }
div.DivClassName
{
background-color: #10A731;
}
.BgClassName
{
background-color: #10A731;
}
</style>
border-color css
<style>
span { border-color: #10A731; }
span { border-color: rgb(16,167,49); }
td.TdClassName
{
border-color: #10A731;
}
.TagClassName
{
border-color: #10A731;
}
</style>