Shades of Dark Pastel Green #10BF49
Tints of Dark Pastel Green #10BF49
RGB
CMYK
RGB Variations
Color information
#10BF49 (or 0x10BF49) is known color: Dark Pastel Green. HEX triplet: 10, BF and 49. RGB value is (16,191,73). Sum of RGB (Red+Green+Blue) = 16+191+73=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 191 (75% from 255 or 68.21% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BF49 is #EF40B6. Grayscale: #7D7D7D. Windows color (decimal): -15679671 or 4833040. OLE color: 4833040.
HSL color Cylindrical-coordinate representation of color #10BF49: hue angle of 139.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF49 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 73 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.25 |
| HSL | 139.54º | 0.85% | 0.41% | - |
| HSV(B) | 139.54º | 0.92% | 0.75% | - |
| XYZ | 20.05 | 37.85 | 12.55 | - |
| YUV | 125.22 | 98.52 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 73 | 0.92 | 0 | 0.62 | 0.25 | 139.54 | 0.85 | 0.41 |
| Hex | 10 | BF | 49 | 5C | 0 | 3E | 19 | 8C | 55 | 29 |
| Octal | 20 | 277 | 111 | 134 | 0 | 76 | 31 | 214 | 125 | 51 |
| Binary | 10000 | 10111111 | 1001001 | 1011100 | 0 | 111110 | 11001 | 10001100 | 1010101 | 101001 |
Color Harmonies of #10BF49
Complementary color
Monochromatic Colors of #10BF49
Black with #10BF49
Text Example
Text Example
White with #10BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF49; }
p { color: rgb(16,191,73); }
H1.HeaderClassName
{
color: #10BF49;
}
.AnyTagClassName
{
color: #10BF49;
}
</style>
background-color css
<style>
a { background-color: #10BF49; }
a { background-color: rgb(16,191,73); }
div.DivClassName
{
background-color: #10BF49;
}
.BgClassName
{
background-color: #10BF49;
}
</style>
border-color css
<style>
span { border-color: #10BF49; }
span { border-color: rgb(16,191,73); }
td.TdClassName
{
border-color: #10BF49;
}
.TagClassName
{
border-color: #10BF49;
}
</style>