Shades of Dark Pastel Green #10CE2B
Tints of Dark Pastel Green #10CE2B
RGB
CMYK
RGB Variations
Color information
#10CE2B (or 0x10CE2B) is known color: Dark Pastel Green. HEX triplet: 10, CE and 2B. RGB value is (16,206,43). Sum of RGB (Red+Green+Blue) = 16+206+43=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 206 (80.86% from 255 or 77.74% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE2B is #EF31D4. Grayscale: #838383. Windows color (decimal): -15675861 or 2870800. OLE color: 2870800.
HSL color Cylindrical-coordinate representation of color #10CE2B: hue angle of 128.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE2B is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 43 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.19 |
| HSL | 128.53º | 0.86% | 0.44% | - |
| HSV(B) | 128.53º | 0.92% | 0.81% | - |
| XYZ | 22.72 | 44.43 | 9.66 | - |
| YUV | 130.61 | 78.55 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 43 | 0.92 | 0 | 0.79 | 0.19 | 128.53 | 0.86 | 0.44 |
| Hex | 10 | CE | 2B | 5C | 0 | 4F | 13 | 81 | 56 | 2C |
| Octal | 20 | 316 | 53 | 134 | 0 | 117 | 23 | 201 | 126 | 54 |
| Binary | 10000 | 11001110 | 101011 | 1011100 | 0 | 1001111 | 10011 | 10000001 | 1010110 | 101100 |
Color Harmonies of #10CE2B
Complementary color
Monochromatic Colors of #10CE2B
Black with #10CE2B
Text Example
Text Example
White with #10CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE2B; }
p { color: rgb(16,206,43); }
H1.HeaderClassName
{
color: #10CE2B;
}
.AnyTagClassName
{
color: #10CE2B;
}
</style>
background-color css
<style>
a { background-color: #10CE2B; }
a { background-color: rgb(16,206,43); }
div.DivClassName
{
background-color: #10CE2B;
}
.BgClassName
{
background-color: #10CE2B;
}
</style>
border-color css
<style>
span { border-color: #10CE2B; }
span { border-color: rgb(16,206,43); }
td.TdClassName
{
border-color: #10CE2B;
}
.TagClassName
{
border-color: #10CE2B;
}
</style>