Shades of Dark Pastel Green #10BC52
Tints of Dark Pastel Green #10BC52
RGB
CMYK
RGB Variations
Color information
#10BC52 (or 0x10BC52) is known color: Dark Pastel Green. HEX triplet: 10, BC and 52. RGB value is (16,188,82). Sum of RGB (Red+Green+Blue) = 16+188+82=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC52 is #EF43AD. Grayscale: #7C7C7C. Windows color (decimal): -15680430 or 5422096. OLE color: 5422096.
HSL color Cylindrical-coordinate representation of color #10BC52: hue angle of 143.02º 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 #10BC52 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 82 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.26 |
| HSL | 143.02º | 0.84% | 0.4% | - |
| HSV(B) | 143.02º | 0.91% | 0.74% | - |
| XYZ | 19.72 | 36.69 | 14.02 | - |
| YUV | 124.49 | 104.02 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 82 | 0.91 | 0 | 0.56 | 0.26 | 143.02 | 0.84 | 0.4 |
| Hex | 10 | BC | 52 | 5B | 0 | 38 | 1A | 8F | 54 | 28 |
| Octal | 20 | 274 | 122 | 133 | 0 | 70 | 32 | 217 | 124 | 50 |
| Binary | 10000 | 10111100 | 1010010 | 1011011 | 0 | 111000 | 11010 | 10001111 | 1010100 | 101000 |
Color Harmonies of #10BC52
Complementary color
Monochromatic Colors of #10BC52
Black with #10BC52
Text Example
Text Example
White with #10BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC52; }
p { color: rgb(16,188,82); }
H1.HeaderClassName
{
color: #10BC52;
}
.AnyTagClassName
{
color: #10BC52;
}
</style>
background-color css
<style>
a { background-color: #10BC52; }
a { background-color: rgb(16,188,82); }
div.DivClassName
{
background-color: #10BC52;
}
.BgClassName
{
background-color: #10BC52;
}
</style>
border-color css
<style>
span { border-color: #10BC52; }
span { border-color: rgb(16,188,82); }
td.TdClassName
{
border-color: #10BC52;
}
.TagClassName
{
border-color: #10BC52;
}
</style>