Shades of Dark Pastel Green #10CA20
Tints of Dark Pastel Green #10CA20
RGB
CMYK
RGB Variations
Color information
#10CA20 (or 0x10CA20) is known color: Dark Pastel Green. HEX triplet: 10, CA and 20. RGB value is (16,202,32). Sum of RGB (Red+Green+Blue) = 16+202+32=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CA20 is #EF35DF. Grayscale: #7F7F7F. Windows color (decimal): -15676896 or 2148880. OLE color: 2148880.
HSL color Cylindrical-coordinate representation of color #10CA20: hue angle of 125.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CA20 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 32 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.21 |
| HSL | 125.16º | 0.85% | 0.43% | - |
| HSV(B) | 125.16º | 0.92% | 0.79% | - |
| XYZ | 21.59 | 42.46 | 8.42 | - |
| YUV | 127.01 | 74.38 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 32 | 0.92 | 0 | 0.84 | 0.21 | 125.16 | 0.85 | 0.43 |
| Hex | 10 | CA | 20 | 5C | 0 | 54 | 15 | 7D | 55 | 2B |
| Octal | 20 | 312 | 40 | 134 | 0 | 124 | 25 | 175 | 125 | 53 |
| Binary | 10000 | 11001010 | 100000 | 1011100 | 0 | 1010100 | 10101 | 1111101 | 1010101 | 101011 |
Color Harmonies of #10CA20
Complementary color
Monochromatic Colors of #10CA20
Black with #10CA20
Text Example
Text Example
White with #10CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA20; }
p { color: rgb(16,202,32); }
H1.HeaderClassName
{
color: #10CA20;
}
.AnyTagClassName
{
color: #10CA20;
}
</style>
background-color css
<style>
a { background-color: #10CA20; }
a { background-color: rgb(16,202,32); }
div.DivClassName
{
background-color: #10CA20;
}
.BgClassName
{
background-color: #10CA20;
}
</style>
border-color css
<style>
span { border-color: #10CA20; }
span { border-color: rgb(16,202,32); }
td.TdClassName
{
border-color: #10CA20;
}
.TagClassName
{
border-color: #10CA20;
}
</style>