Shades of Dark Pastel Green #10C34F
Tints of Dark Pastel Green #10C34F
RGB
CMYK
RGB Variations
Color information
#10C34F (or 0x10C34F) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 4F. RGB value is (16,195,79). Sum of RGB (Red+Green+Blue) = 16+195+79=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #10C34F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C34F is #EF3CB0. Grayscale: #808080. Windows color (decimal): -15678641 or 5227280. OLE color: 5227280.
HSL color Cylindrical-coordinate representation of color #10C34F: hue angle of 141.12º 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 #10C34F is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 79 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.24 |
| HSL | 141.12º | 0.85% | 0.41% | - |
| HSV(B) | 141.12º | 0.92% | 0.76% | - |
| XYZ | 21.14 | 39.7 | 13.95 | - |
| YUV | 128.26 | 100.2 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 79 | 0.92 | 0 | 0.59 | 0.24 | 141.12 | 0.85 | 0.41 |
| Hex | 10 | C3 | 4F | 5C | 0 | 3B | 18 | 8D | 55 | 29 |
| Octal | 20 | 303 | 117 | 134 | 0 | 73 | 30 | 215 | 125 | 51 |
| Binary | 10000 | 11000011 | 1001111 | 1011100 | 0 | 111011 | 11000 | 10001101 | 1010101 | 101001 |
Color Harmonies of #10C34F
Complementary color
Monochromatic Colors of #10C34F
Black with #10C34F
Text Example
Text Example
White with #10C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C34F; }
p { color: rgb(16,195,79); }
H1.HeaderClassName
{
color: #10C34F;
}
.AnyTagClassName
{
color: #10C34F;
}
</style>
background-color css
<style>
a { background-color: #10C34F; }
a { background-color: rgb(16,195,79); }
div.DivClassName
{
background-color: #10C34F;
}
.BgClassName
{
background-color: #10C34F;
}
</style>
border-color css
<style>
span { border-color: #10C34F; }
span { border-color: rgb(16,195,79); }
td.TdClassName
{
border-color: #10C34F;
}
.TagClassName
{
border-color: #10C34F;
}
</style>