Shades of Dark Pastel Green #10C73C
Tints of Dark Pastel Green #10C73C
RGB
CMYK
RGB Variations
Color information
#10C73C (or 0x10C73C) is known color: Dark Pastel Green. HEX triplet: 10, C7 and 3C. RGB value is (16,199,60). Sum of RGB (Red+Green+Blue) = 16+199+60=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 199 (78.12% from 255 or 72.36% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 199 - color contains mainly: green. Hex color #10C73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C73C is #EF38C3. Grayscale: #808080. Windows color (decimal): -15677636 or 3983120. OLE color: 3983120.
HSL color Cylindrical-coordinate representation of color #10C73C: hue angle of 134.43º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C73C is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 60 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.22 |
| HSL | 134.43º | 0.85% | 0.42% | - |
| HSV(B) | 134.43º | 0.92% | 0.78% | - |
| XYZ | 21.45 | 41.28 | 11.11 | - |
| YUV | 128.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 60 | 0.92 | 0 | 0.70 | 0.22 | 134.43 | 0.85 | 0.42 |
| Hex | 10 | C7 | 3C | 5C | 0 | 46 | 16 | 86 | 55 | 2A |
| Octal | 20 | 307 | 74 | 134 | 0 | 106 | 26 | 206 | 125 | 52 |
| Binary | 10000 | 11000111 | 111100 | 1011100 | 0 | 1000110 | 10110 | 10000110 | 1010101 | 101010 |
Color Harmonies of #10C73C
Complementary color
Monochromatic Colors of #10C73C
Black with #10C73C
Text Example
Text Example
White with #10C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C73C; }
p { color: rgb(16,199,60); }
H1.HeaderClassName
{
color: #10C73C;
}
.AnyTagClassName
{
color: #10C73C;
}
</style>
background-color css
<style>
a { background-color: #10C73C; }
a { background-color: rgb(16,199,60); }
div.DivClassName
{
background-color: #10C73C;
}
.BgClassName
{
background-color: #10C73C;
}
</style>
border-color css
<style>
span { border-color: #10C73C; }
span { border-color: rgb(16,199,60); }
td.TdClassName
{
border-color: #10C73C;
}
.TagClassName
{
border-color: #10C73C;
}
</style>