Shades of Dark Pastel Green #10C241
Tints of Dark Pastel Green #10C241
RGB
CMYK
RGB Variations
Color information
#10C241 (or 0x10C241) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 41. RGB value is (16,194,65). Sum of RGB (Red+Green+Blue) = 16+194+65=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 194 (76.17% from 255 or 70.55% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 194 - color contains mainly: green. Hex color #10C241 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C241 is #EF3DBE. Grayscale: #7E7E7E. Windows color (decimal): -15678911 or 4309520. OLE color: 4309520.
HSL color Cylindrical-coordinate representation of color #10C241: hue angle of 136.52º 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 #10C241 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 65 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.24 |
| HSL | 136.52º | 0.85% | 0.41% | - |
| HSV(B) | 136.52º | 0.92% | 0.76% | - |
| XYZ | 20.46 | 39.08 | 11.47 | - |
| YUV | 126.07 | 93.53 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 65 | 0.92 | 0 | 0.66 | 0.24 | 136.52 | 0.85 | 0.41 |
| Hex | 10 | C2 | 41 | 5C | 0 | 42 | 18 | 89 | 55 | 29 |
| Octal | 20 | 302 | 101 | 134 | 0 | 102 | 30 | 211 | 125 | 51 |
| Binary | 10000 | 11000010 | 1000001 | 1011100 | 0 | 1000010 | 11000 | 10001001 | 1010101 | 101001 |
Color Harmonies of #10C241
Complementary color
Monochromatic Colors of #10C241
Black with #10C241
Text Example
Text Example
White with #10C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C241; }
p { color: rgb(16,194,65); }
H1.HeaderClassName
{
color: #10C241;
}
.AnyTagClassName
{
color: #10C241;
}
</style>
background-color css
<style>
a { background-color: #10C241; }
a { background-color: rgb(16,194,65); }
div.DivClassName
{
background-color: #10C241;
}
.BgClassName
{
background-color: #10C241;
}
</style>
border-color css
<style>
span { border-color: #10C241; }
span { border-color: rgb(16,194,65); }
td.TdClassName
{
border-color: #10C241;
}
.TagClassName
{
border-color: #10C241;
}
</style>