Shades of Dark Pastel Green #10C223
Tints of Dark Pastel Green #10C223
RGB
CMYK
RGB Variations
Color information
#10C223 (or 0x10C223) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 23. RGB value is (16,194,35). Sum of RGB (Red+Green+Blue) = 16+194+35=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 194 (76.17% from 255 or 79.18% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 194 - color contains mainly: green. Hex color #10C223 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C223 is #EF3DDC. Grayscale: #7B7B7B. Windows color (decimal): -15678941 or 2343440. OLE color: 2343440.
HSL color Cylindrical-coordinate representation of color #10C223: hue angle of 126.4º 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 #10C223 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 35 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.24 |
| HSL | 126.4º | 0.85% | 0.41% | - |
| HSV(B) | 126.4º | 0.92% | 0.76% | - |
| XYZ | 19.81 | 38.82 | 8.04 | - |
| YUV | 122.65 | 78.53 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 35 | 0.92 | 0 | 0.82 | 0.24 | 126.4 | 0.85 | 0.41 |
| Hex | 10 | C2 | 23 | 5C | 0 | 52 | 18 | 7E | 55 | 29 |
| Octal | 20 | 302 | 43 | 134 | 0 | 122 | 30 | 176 | 125 | 51 |
| Binary | 10000 | 11000010 | 100011 | 1011100 | 0 | 1010010 | 11000 | 1111110 | 1010101 | 101001 |
Color Harmonies of #10C223
Complementary color
Monochromatic Colors of #10C223
Black with #10C223
Text Example
Text Example
White with #10C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C223; }
p { color: rgb(16,194,35); }
H1.HeaderClassName
{
color: #10C223;
}
.AnyTagClassName
{
color: #10C223;
}
</style>
background-color css
<style>
a { background-color: #10C223; }
a { background-color: rgb(16,194,35); }
div.DivClassName
{
background-color: #10C223;
}
.BgClassName
{
background-color: #10C223;
}
</style>
border-color css
<style>
span { border-color: #10C223; }
span { border-color: rgb(16,194,35); }
td.TdClassName
{
border-color: #10C223;
}
.TagClassName
{
border-color: #10C223;
}
</style>