Shades of Dark Pastel Green #10BC30
Tints of Dark Pastel Green #10BC30
RGB
CMYK
RGB Variations
Color information
#10BC30 (or 0x10BC30) is known color: Dark Pastel Green. HEX triplet: 10, BC and 30. RGB value is (16,188,48). Sum of RGB (Red+Green+Blue) = 16+188+48=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC30 is #EF43CF. Grayscale: #787878. Windows color (decimal): -15680464 or 3193872. OLE color: 3193872.
HSL color Cylindrical-coordinate representation of color #10BC30: hue angle of 131.16º 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 #10BC30 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 48 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.26 |
| HSL | 131.16º | 0.84% | 0.4% | - |
| HSV(B) | 131.16º | 0.91% | 0.74% | - |
| XYZ | 18.73 | 36.29 | 8.81 | - |
| YUV | 120.61 | 87.02 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 48 | 0.91 | 0 | 0.74 | 0.26 | 131.16 | 0.84 | 0.4 |
| Hex | 10 | BC | 30 | 5B | 0 | 4A | 1A | 83 | 54 | 28 |
| Octal | 20 | 274 | 60 | 133 | 0 | 112 | 32 | 203 | 124 | 50 |
| Binary | 10000 | 10111100 | 110000 | 1011011 | 0 | 1001010 | 11010 | 10000011 | 1010100 | 101000 |
Color Harmonies of #10BC30
Complementary color
Monochromatic Colors of #10BC30
Black with #10BC30
Text Example
Text Example
White with #10BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC30; }
p { color: rgb(16,188,48); }
H1.HeaderClassName
{
color: #10BC30;
}
.AnyTagClassName
{
color: #10BC30;
}
</style>
background-color css
<style>
a { background-color: #10BC30; }
a { background-color: rgb(16,188,48); }
div.DivClassName
{
background-color: #10BC30;
}
.BgClassName
{
background-color: #10BC30;
}
</style>
border-color css
<style>
span { border-color: #10BC30; }
span { border-color: rgb(16,188,48); }
td.TdClassName
{
border-color: #10BC30;
}
.TagClassName
{
border-color: #10BC30;
}
</style>