Shades of Dark Pastel Green #10C23A
Tints of Dark Pastel Green #10C23A
RGB
CMYK
RGB Variations
Color information
#10C23A (or 0x10C23A) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 3A. RGB value is (16,194,58). Sum of RGB (Red+Green+Blue) = 16+194+58=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 194 (76.17% from 255 or 72.39% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 194 - color contains mainly: green. Hex color #10C23A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C23A is #EF3DC5. Grayscale: #7D7D7D. Windows color (decimal): -15678918 or 3850768. OLE color: 3850768.
HSL color Cylindrical-coordinate representation of color #10C23A: hue angle of 134.16º 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 #10C23A is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 58 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.24 |
| HSL | 134.16º | 0.85% | 0.41% | - |
| HSV(B) | 134.16º | 0.92% | 0.76% | - |
| XYZ | 20.27 | 39 | 10.46 | - |
| YUV | 125.27 | 90.03 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 58 | 0.92 | 0 | 0.70 | 0.24 | 134.16 | 0.85 | 0.41 |
| Hex | 10 | C2 | 3A | 5C | 0 | 46 | 18 | 86 | 55 | 29 |
| Octal | 20 | 302 | 72 | 134 | 0 | 106 | 30 | 206 | 125 | 51 |
| Binary | 10000 | 11000010 | 111010 | 1011100 | 0 | 1000110 | 11000 | 10000110 | 1010101 | 101001 |
Color Harmonies of #10C23A
Complementary color
Monochromatic Colors of #10C23A
Black with #10C23A
Text Example
Text Example
White with #10C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C23A; }
p { color: rgb(16,194,58); }
H1.HeaderClassName
{
color: #10C23A;
}
.AnyTagClassName
{
color: #10C23A;
}
</style>
background-color css
<style>
a { background-color: #10C23A; }
a { background-color: rgb(16,194,58); }
div.DivClassName
{
background-color: #10C23A;
}
.BgClassName
{
background-color: #10C23A;
}
</style>
border-color css
<style>
span { border-color: #10C23A; }
span { border-color: rgb(16,194,58); }
td.TdClassName
{
border-color: #10C23A;
}
.TagClassName
{
border-color: #10C23A;
}
</style>