Shades of Dark Pastel Green #10CE3B
Tints of Dark Pastel Green #10CE3B
RGB
CMYK
RGB Variations
Color information
#10CE3B (or 0x10CE3B) is known color: Dark Pastel Green. HEX triplet: 10, CE and 3B. RGB value is (16,206,59). Sum of RGB (Red+Green+Blue) = 16+206+59=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE3B is #EF31C4. Grayscale: #848484. Windows color (decimal): -15675845 or 3919376. OLE color: 3919376.
HSL color Cylindrical-coordinate representation of color #10CE3B: hue angle of 133.58º 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 #10CE3B is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 59 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.19 |
| HSL | 133.58º | 0.86% | 0.44% | - |
| HSV(B) | 133.58º | 0.92% | 0.81% | - |
| XYZ | 23.07 | 44.57 | 11.52 | - |
| YUV | 132.43 | 86.55 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 59 | 0.92 | 0 | 0.71 | 0.19 | 133.58 | 0.86 | 0.44 |
| Hex | 10 | CE | 3B | 5C | 0 | 47 | 13 | 86 | 56 | 2C |
| Octal | 20 | 316 | 73 | 134 | 0 | 107 | 23 | 206 | 126 | 54 |
| Binary | 10000 | 11001110 | 111011 | 1011100 | 0 | 1000111 | 10011 | 10000110 | 1010110 | 101100 |
Color Harmonies of #10CE3B
Complementary color
Monochromatic Colors of #10CE3B
Black with #10CE3B
Text Example
Text Example
White with #10CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE3B; }
p { color: rgb(16,206,59); }
H1.HeaderClassName
{
color: #10CE3B;
}
.AnyTagClassName
{
color: #10CE3B;
}
</style>
background-color css
<style>
a { background-color: #10CE3B; }
a { background-color: rgb(16,206,59); }
div.DivClassName
{
background-color: #10CE3B;
}
.BgClassName
{
background-color: #10CE3B;
}
</style>
border-color css
<style>
span { border-color: #10CE3B; }
span { border-color: rgb(16,206,59); }
td.TdClassName
{
border-color: #10CE3B;
}
.TagClassName
{
border-color: #10CE3B;
}
</style>