Shades of Dark Pastel Green #10BC4F
Tints of Dark Pastel Green #10BC4F
RGB
CMYK
RGB Variations
Color information
#10BC4F (or 0x10BC4F) is known color: Dark Pastel Green. HEX triplet: 10, BC and 4F. RGB value is (16,188,79). Sum of RGB (Red+Green+Blue) = 16+188+79=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC4F is #EF43B0. Grayscale: #7C7C7C. Windows color (decimal): -15680433 or 5225488. OLE color: 5225488.
HSL color Cylindrical-coordinate representation of color #10BC4F: hue angle of 141.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC4F is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 79 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.26 |
| HSL | 141.98º | 0.84% | 0.4% | - |
| HSV(B) | 141.98º | 0.91% | 0.74% | - |
| XYZ | 19.61 | 36.64 | 13.44 | - |
| YUV | 124.15 | 102.52 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 79 | 0.91 | 0 | 0.58 | 0.26 | 141.98 | 0.84 | 0.4 |
| Hex | 10 | BC | 4F | 5B | 0 | 3A | 1A | 8E | 54 | 28 |
| Octal | 20 | 274 | 117 | 133 | 0 | 72 | 32 | 216 | 124 | 50 |
| Binary | 10000 | 10111100 | 1001111 | 1011011 | 0 | 111010 | 11010 | 10001110 | 1010100 | 101000 |
Color Harmonies of #10BC4F
Complementary color
Monochromatic Colors of #10BC4F
Black with #10BC4F
Text Example
Text Example
White with #10BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC4F; }
p { color: rgb(16,188,79); }
H1.HeaderClassName
{
color: #10BC4F;
}
.AnyTagClassName
{
color: #10BC4F;
}
</style>
background-color css
<style>
a { background-color: #10BC4F; }
a { background-color: rgb(16,188,79); }
div.DivClassName
{
background-color: #10BC4F;
}
.BgClassName
{
background-color: #10BC4F;
}
</style>
border-color css
<style>
span { border-color: #10BC4F; }
span { border-color: rgb(16,188,79); }
td.TdClassName
{
border-color: #10BC4F;
}
.TagClassName
{
border-color: #10BC4F;
}
</style>