Shades of Dark Pastel Green #10C235
Tints of Dark Pastel Green #10C235
RGB
CMYK
RGB Variations
Color information
#10C235 (or 0x10C235) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 35. RGB value is (16,194,53). Sum of RGB (Red+Green+Blue) = 16+194+53=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 194 (76.17% from 255 or 73.76% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 194 - color contains mainly: green. Hex color #10C235 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C235 is #EF3DCA. Grayscale: #7D7D7D. Windows color (decimal): -15678923 or 3523088. OLE color: 3523088.
HSL color Cylindrical-coordinate representation of color #10C235: hue angle of 132.47º 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 #10C235 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 53 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.24 |
| HSL | 132.47º | 0.85% | 0.41% | - |
| HSV(B) | 132.47º | 0.92% | 0.76% | - |
| XYZ | 20.15 | 38.95 | 9.82 | - |
| YUV | 124.7 | 87.53 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 53 | 0.92 | 0 | 0.73 | 0.24 | 132.47 | 0.85 | 0.41 |
| Hex | 10 | C2 | 35 | 5C | 0 | 49 | 18 | 84 | 55 | 29 |
| Octal | 20 | 302 | 65 | 134 | 0 | 111 | 30 | 204 | 125 | 51 |
| Binary | 10000 | 11000010 | 110101 | 1011100 | 0 | 1001001 | 11000 | 10000100 | 1010101 | 101001 |
Color Harmonies of #10C235
Complementary color
Monochromatic Colors of #10C235
Black with #10C235
Text Example
Text Example
White with #10C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C235; }
p { color: rgb(16,194,53); }
H1.HeaderClassName
{
color: #10C235;
}
.AnyTagClassName
{
color: #10C235;
}
</style>
background-color css
<style>
a { background-color: #10C235; }
a { background-color: rgb(16,194,53); }
div.DivClassName
{
background-color: #10C235;
}
.BgClassName
{
background-color: #10C235;
}
</style>
border-color css
<style>
span { border-color: #10C235; }
span { border-color: rgb(16,194,53); }
td.TdClassName
{
border-color: #10C235;
}
.TagClassName
{
border-color: #10C235;
}
</style>