Shades of Dark Pastel Green #10C229
Tints of Dark Pastel Green #10C229
RGB
CMYK
RGB Variations
Color information
#10C229 (or 0x10C229) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 29. RGB value is (16,194,41). Sum of RGB (Red+Green+Blue) = 16+194+41=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #10C229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C229 is #EF3DD6. Grayscale: #7B7B7B. Windows color (decimal): -15678935 or 2736656. OLE color: 2736656.
HSL color Cylindrical-coordinate representation of color #10C229: hue angle of 128.43º 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 #10C229 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 41 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.24 |
| HSL | 128.43º | 0.85% | 0.41% | - |
| HSV(B) | 128.43º | 0.92% | 0.76% | - |
| XYZ | 19.91 | 38.85 | 8.55 | - |
| YUV | 123.34 | 81.53 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 41 | 0.92 | 0 | 0.79 | 0.24 | 128.43 | 0.85 | 0.41 |
| Hex | 10 | C2 | 29 | 5C | 0 | 4F | 18 | 80 | 55 | 29 |
| Octal | 20 | 302 | 51 | 134 | 0 | 117 | 30 | 200 | 125 | 51 |
| Binary | 10000 | 11000010 | 101001 | 1011100 | 0 | 1001111 | 11000 | 10000000 | 1010101 | 101001 |
Color Harmonies of #10C229
Complementary color
Monochromatic Colors of #10C229
Black with #10C229
Text Example
Text Example
White with #10C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C229; }
p { color: rgb(16,194,41); }
H1.HeaderClassName
{
color: #10C229;
}
.AnyTagClassName
{
color: #10C229;
}
</style>
background-color css
<style>
a { background-color: #10C229; }
a { background-color: rgb(16,194,41); }
div.DivClassName
{
background-color: #10C229;
}
.BgClassName
{
background-color: #10C229;
}
</style>
border-color css
<style>
span { border-color: #10C229; }
span { border-color: rgb(16,194,41); }
td.TdClassName
{
border-color: #10C229;
}
.TagClassName
{
border-color: #10C229;
}
</style>