Shades of Dark Pastel Green #10CA33
Tints of Dark Pastel Green #10CA33
RGB
CMYK
RGB Variations
Color information
#10CA33 (or 0x10CA33) is known color: Dark Pastel Green. HEX triplet: 10, CA and 33. RGB value is (16,202,51). Sum of RGB (Red+Green+Blue) = 16+202+51=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CA33 is #EF35CC. Grayscale: #818181. Windows color (decimal): -15676877 or 3394064. OLE color: 3394064.
HSL color Cylindrical-coordinate representation of color #10CA33: hue angle of 131.29º 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 #10CA33 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 51 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.21 |
| HSL | 131.29º | 0.85% | 0.43% | - |
| HSV(B) | 131.29º | 0.92% | 0.79% | - |
| XYZ | 21.93 | 42.59 | 10.2 | - |
| YUV | 129.17 | 83.88 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 51 | 0.92 | 0 | 0.75 | 0.21 | 131.29 | 0.85 | 0.43 |
| Hex | 10 | CA | 33 | 5C | 0 | 4B | 15 | 83 | 55 | 2B |
| Octal | 20 | 312 | 63 | 134 | 0 | 113 | 25 | 203 | 125 | 53 |
| Binary | 10000 | 11001010 | 110011 | 1011100 | 0 | 1001011 | 10101 | 10000011 | 1010101 | 101011 |
Color Harmonies of #10CA33
Complementary color
Monochromatic Colors of #10CA33
Black with #10CA33
Text Example
Text Example
White with #10CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA33; }
p { color: rgb(16,202,51); }
H1.HeaderClassName
{
color: #10CA33;
}
.AnyTagClassName
{
color: #10CA33;
}
</style>
background-color css
<style>
a { background-color: #10CA33; }
a { background-color: rgb(16,202,51); }
div.DivClassName
{
background-color: #10CA33;
}
.BgClassName
{
background-color: #10CA33;
}
</style>
border-color css
<style>
span { border-color: #10CA33; }
span { border-color: rgb(16,202,51); }
td.TdClassName
{
border-color: #10CA33;
}
.TagClassName
{
border-color: #10CA33;
}
</style>