Shades of Dark Pastel Green #10BD32
Tints of Dark Pastel Green #10BD32
RGB
CMYK
RGB Variations
Color information
#10BD32 (or 0x10BD32) is known color: Dark Pastel Green. HEX triplet: 10, BD and 32. RGB value is (16,189,50). Sum of RGB (Red+Green+Blue) = 16+189+50=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 189 (74.22% from 255 or 74.12% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD32 is #EF42CD. Grayscale: #797979. Windows color (decimal): -15680206 or 3325200. OLE color: 3325200.
HSL color Cylindrical-coordinate representation of color #10BD32: hue angle of 131.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD32 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 50 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.26 |
| HSL | 131.79º | 0.84% | 0.4% | - |
| HSV(B) | 131.79º | 0.92% | 0.74% | - |
| XYZ | 18.99 | 36.74 | 9.11 | - |
| YUV | 121.43 | 87.69 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 50 | 0.92 | 0 | 0.74 | 0.26 | 131.79 | 0.84 | 0.4 |
| Hex | 10 | BD | 32 | 5C | 0 | 4A | 1A | 84 | 54 | 28 |
| Octal | 20 | 275 | 62 | 134 | 0 | 112 | 32 | 204 | 124 | 50 |
| Binary | 10000 | 10111101 | 110010 | 1011100 | 0 | 1001010 | 11010 | 10000100 | 1010100 | 101000 |
Color Harmonies of #10BD32
Complementary color
Monochromatic Colors of #10BD32
Black with #10BD32
Text Example
Text Example
White with #10BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD32; }
p { color: rgb(16,189,50); }
H1.HeaderClassName
{
color: #10BD32;
}
.AnyTagClassName
{
color: #10BD32;
}
</style>
background-color css
<style>
a { background-color: #10BD32; }
a { background-color: rgb(16,189,50); }
div.DivClassName
{
background-color: #10BD32;
}
.BgClassName
{
background-color: #10BD32;
}
</style>
border-color css
<style>
span { border-color: #10BD32; }
span { border-color: rgb(16,189,50); }
td.TdClassName
{
border-color: #10BD32;
}
.TagClassName
{
border-color: #10BD32;
}
</style>