Shades of Dark Pastel Green #10B82C
Tints of Dark Pastel Green #10B82C
RGB
CMYK
RGB Variations
Color information
#10B82C (or 0x10B82C) is known color: Dark Pastel Green. HEX triplet: 10, B8 and 2C. RGB value is (16,184,44). Sum of RGB (Red+Green+Blue) = 16+184+44=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 184 (72.27% from 255 or 75.41% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 184 - color contains mainly: green. Hex color #10B82C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B82C is #EF47D3. Grayscale: #767676. Windows color (decimal): -15681492 or 2930704. OLE color: 2930704.
HSL color Cylindrical-coordinate representation of color #10B82C: hue angle of 130º 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 #10B82C is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 44 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.28 |
| HSL | 130º | 0.84% | 0.39% | - |
| HSV(B) | 130º | 0.91% | 0.72% | - |
| XYZ | 17.81 | 34.57 | 8.12 | - |
| YUV | 117.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 44 | 0.91 | 0 | 0.76 | 0.28 | 130 | 0.84 | 0.39 |
| Hex | 10 | B8 | 2C | 5B | 0 | 4C | 1C | 82 | 54 | 27 |
| Octal | 20 | 270 | 54 | 133 | 0 | 114 | 34 | 202 | 124 | 47 |
| Binary | 10000 | 10111000 | 101100 | 1011011 | 0 | 1001100 | 11100 | 10000010 | 1010100 | 100111 |
Color Harmonies of #10B82C
Complementary color
Monochromatic Colors of #10B82C
Black with #10B82C
Text Example
Text Example
White with #10B82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B82C; }
p { color: rgb(16,184,44); }
H1.HeaderClassName
{
color: #10B82C;
}
.AnyTagClassName
{
color: #10B82C;
}
</style>
background-color css
<style>
a { background-color: #10B82C; }
a { background-color: rgb(16,184,44); }
div.DivClassName
{
background-color: #10B82C;
}
.BgClassName
{
background-color: #10B82C;
}
</style>
border-color css
<style>
span { border-color: #10B82C; }
span { border-color: rgb(16,184,44); }
td.TdClassName
{
border-color: #10B82C;
}
.TagClassName
{
border-color: #10B82C;
}
</style>