Shades of Dark Pastel Green #10A82B
Tints of Dark Pastel Green #10A82B
RGB
CMYK
RGB Variations
Color information
#10A82B (or 0x10A82B) is known color: Dark Pastel Green. HEX triplet: 10, A8 and 2B. RGB value is (16,168,43). Sum of RGB (Red+Green+Blue) = 16+168+43=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 168 (66.02% from 255 or 74.01% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 168 - color contains mainly: green. Hex color #10A82B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A82B is #EF57D4. Grayscale: #6C6C6C. Windows color (decimal): -15685589 or 2861072. OLE color: 2861072.
HSL color Cylindrical-coordinate representation of color #10A82B: hue angle of 130.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A82B is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 168 | 43 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.34 |
| HSL | 130.66º | 0.83% | 0.36% | - |
| HSV(B) | 130.66º | 0.9% | 0.66% | - |
| XYZ | 14.65 | 28.29 | 6.97 | - |
| YUV | 108.3 | 91.14 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 43 | 0.90 | 0 | 0.74 | 0.34 | 130.66 | 0.83 | 0.36 |
| Hex | 10 | A8 | 2B | 5A | 0 | 4A | 22 | 83 | 53 | 24 |
| Octal | 20 | 250 | 53 | 132 | 0 | 112 | 42 | 203 | 123 | 44 |
| Binary | 10000 | 10101000 | 101011 | 1011010 | 0 | 1001010 | 100010 | 10000011 | 1010011 | 100100 |
Color Harmonies of #10A82B
Complementary color
Monochromatic Colors of #10A82B
Black with #10A82B
Text Example
Text Example
White with #10A82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A82B; }
p { color: rgb(16,168,43); }
H1.HeaderClassName
{
color: #10A82B;
}
.AnyTagClassName
{
color: #10A82B;
}
</style>
background-color css
<style>
a { background-color: #10A82B; }
a { background-color: rgb(16,168,43); }
div.DivClassName
{
background-color: #10A82B;
}
.BgClassName
{
background-color: #10A82B;
}
</style>
border-color css
<style>
span { border-color: #10A82B; }
span { border-color: rgb(16,168,43); }
td.TdClassName
{
border-color: #10A82B;
}
.TagClassName
{
border-color: #10A82B;
}
</style>