Shades of Dark Pastel Green #10BA2F
Tints of Dark Pastel Green #10BA2F
RGB
CMYK
RGB Variations
Color information
#10BA2F (or 0x10BA2F) is known color: Dark Pastel Green. HEX triplet: 10, BA and 2F. RGB value is (16,186,47). Sum of RGB (Red+Green+Blue) = 16+186+47=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BA2F is #EF45D0. Grayscale: #777777. Windows color (decimal): -15680977 or 3127824. OLE color: 3127824.
HSL color Cylindrical-coordinate representation of color #10BA2F: hue angle of 130.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA2F is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 47 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.27 |
| HSL | 130.94º | 0.84% | 0.4% | - |
| HSV(B) | 130.94º | 0.91% | 0.73% | - |
| XYZ | 18.29 | 35.43 | 8.56 | - |
| YUV | 119.32 | 87.18 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 47 | 0.91 | 0 | 0.75 | 0.27 | 130.94 | 0.84 | 0.4 |
| Hex | 10 | BA | 2F | 5B | 0 | 4B | 1B | 83 | 54 | 28 |
| Octal | 20 | 272 | 57 | 133 | 0 | 113 | 33 | 203 | 124 | 50 |
| Binary | 10000 | 10111010 | 101111 | 1011011 | 0 | 1001011 | 11011 | 10000011 | 1010100 | 101000 |
Color Harmonies of #10BA2F
Complementary color
Monochromatic Colors of #10BA2F
Black with #10BA2F
Text Example
Text Example
White with #10BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA2F; }
p { color: rgb(16,186,47); }
H1.HeaderClassName
{
color: #10BA2F;
}
.AnyTagClassName
{
color: #10BA2F;
}
</style>
background-color css
<style>
a { background-color: #10BA2F; }
a { background-color: rgb(16,186,47); }
div.DivClassName
{
background-color: #10BA2F;
}
.BgClassName
{
background-color: #10BA2F;
}
</style>
border-color css
<style>
span { border-color: #10BA2F; }
span { border-color: rgb(16,186,47); }
td.TdClassName
{
border-color: #10BA2F;
}
.TagClassName
{
border-color: #10BA2F;
}
</style>