Shades of Dark Pastel Green #10C33C
Tints of Dark Pastel Green #10C33C
RGB
CMYK
RGB Variations
Color information
#10C33C (or 0x10C33C) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 3C. RGB value is (16,195,60). Sum of RGB (Red+Green+Blue) = 16+195+60=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #10C33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C33C is #EF3CC3. Grayscale: #7E7E7E. Windows color (decimal): -15678660 or 3982096. OLE color: 3982096.
HSL color Cylindrical-coordinate representation of color #10C33C: hue angle of 134.75º 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 #10C33C is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 60 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.24 |
| HSL | 134.75º | 0.85% | 0.41% | - |
| HSV(B) | 134.75º | 0.92% | 0.76% | - |
| XYZ | 20.54 | 39.47 | 10.81 | - |
| YUV | 126.09 | 90.7 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 60 | 0.92 | 0 | 0.69 | 0.24 | 134.75 | 0.85 | 0.41 |
| Hex | 10 | C3 | 3C | 5C | 0 | 45 | 18 | 87 | 55 | 29 |
| Octal | 20 | 303 | 74 | 134 | 0 | 105 | 30 | 207 | 125 | 51 |
| Binary | 10000 | 11000011 | 111100 | 1011100 | 0 | 1000101 | 11000 | 10000111 | 1010101 | 101001 |
Color Harmonies of #10C33C
Complementary color
Monochromatic Colors of #10C33C
Black with #10C33C
Text Example
Text Example
White with #10C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C33C; }
p { color: rgb(16,195,60); }
H1.HeaderClassName
{
color: #10C33C;
}
.AnyTagClassName
{
color: #10C33C;
}
</style>
background-color css
<style>
a { background-color: #10C33C; }
a { background-color: rgb(16,195,60); }
div.DivClassName
{
background-color: #10C33C;
}
.BgClassName
{
background-color: #10C33C;
}
</style>
border-color css
<style>
span { border-color: #10C33C; }
span { border-color: rgb(16,195,60); }
td.TdClassName
{
border-color: #10C33C;
}
.TagClassName
{
border-color: #10C33C;
}
</style>