Shades of Dark Pastel Green #10B84D
Tints of Dark Pastel Green #10B84D
RGB
CMYK
RGB Variations
Color information
#10B84D (or 0x10B84D) is known color: Dark Pastel Green. HEX triplet: 10, B8 and 4D. RGB value is (16,184,77). Sum of RGB (Red+Green+Blue) = 16+184+77=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 184 (72.27% from 255 or 66.43% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 184 - color contains mainly: green. Hex color #10B84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B84D is #EF47B2. Grayscale: #797979. Windows color (decimal): -15681459 or 5093392. OLE color: 5093392.
HSL color Cylindrical-coordinate representation of color #10B84D: hue angle of 141.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B84D is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 77 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.28 |
| HSL | 141.79º | 0.84% | 0.39% | - |
| HSV(B) | 141.79º | 0.91% | 0.72% | - |
| XYZ | 18.69 | 34.93 | 12.78 | - |
| YUV | 121.57 | 102.84 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 77 | 0.91 | 0 | 0.58 | 0.28 | 141.79 | 0.84 | 0.39 |
| Hex | 10 | B8 | 4D | 5B | 0 | 3A | 1C | 8E | 54 | 27 |
| Octal | 20 | 270 | 115 | 133 | 0 | 72 | 34 | 216 | 124 | 47 |
| Binary | 10000 | 10111000 | 1001101 | 1011011 | 0 | 111010 | 11100 | 10001110 | 1010100 | 100111 |
Color Harmonies of #10B84D
Complementary color
Monochromatic Colors of #10B84D
Black with #10B84D
Text Example
Text Example
White with #10B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B84D; }
p { color: rgb(16,184,77); }
H1.HeaderClassName
{
color: #10B84D;
}
.AnyTagClassName
{
color: #10B84D;
}
</style>
background-color css
<style>
a { background-color: #10B84D; }
a { background-color: rgb(16,184,77); }
div.DivClassName
{
background-color: #10B84D;
}
.BgClassName
{
background-color: #10B84D;
}
</style>
border-color css
<style>
span { border-color: #10B84D; }
span { border-color: rgb(16,184,77); }
td.TdClassName
{
border-color: #10B84D;
}
.TagClassName
{
border-color: #10B84D;
}
</style>