Shades of Dark Pastel Green #10C237
Tints of Dark Pastel Green #10C237
RGB
CMYK
RGB Variations
Color information
#10C237 (or 0x10C237) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 37. RGB value is (16,194,55). Sum of RGB (Red+Green+Blue) = 16+194+55=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #10C237 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C237 is #EF3DC8. Grayscale: #7D7D7D. Windows color (decimal): -15678921 or 3654160. OLE color: 3654160.
HSL color Cylindrical-coordinate representation of color #10C237: hue angle of 133.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C237 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 55 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.24 |
| HSL | 133.15º | 0.85% | 0.41% | - |
| HSV(B) | 133.15º | 0.92% | 0.76% | - |
| XYZ | 20.2 | 38.97 | 10.07 | - |
| YUV | 124.93 | 88.53 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 55 | 0.92 | 0 | 0.72 | 0.24 | 133.15 | 0.85 | 0.41 |
| Hex | 10 | C2 | 37 | 5C | 0 | 48 | 18 | 85 | 55 | 29 |
| Octal | 20 | 302 | 67 | 134 | 0 | 110 | 30 | 205 | 125 | 51 |
| Binary | 10000 | 11000010 | 110111 | 1011100 | 0 | 1001000 | 11000 | 10000101 | 1010101 | 101001 |
Color Harmonies of #10C237
Complementary color
Monochromatic Colors of #10C237
Black with #10C237
Text Example
Text Example
White with #10C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C237; }
p { color: rgb(16,194,55); }
H1.HeaderClassName
{
color: #10C237;
}
.AnyTagClassName
{
color: #10C237;
}
</style>
background-color css
<style>
a { background-color: #10C237; }
a { background-color: rgb(16,194,55); }
div.DivClassName
{
background-color: #10C237;
}
.BgClassName
{
background-color: #10C237;
}
</style>
border-color css
<style>
span { border-color: #10C237; }
span { border-color: rgb(16,194,55); }
td.TdClassName
{
border-color: #10C237;
}
.TagClassName
{
border-color: #10C237;
}
</style>