Shades of Dark Pastel Green #10C24A
Tints of Dark Pastel Green #10C24A
RGB
CMYK
RGB Variations
Color information
#10C24A (or 0x10C24A) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 4A. RGB value is (16,194,74). Sum of RGB (Red+Green+Blue) = 16+194+74=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 194 (76.17% from 255 or 68.31% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 194 - color contains mainly: green. Hex color #10C24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C24A is #EF3DB5. Grayscale: #7F7F7F. Windows color (decimal): -15678902 or 4899344. OLE color: 4899344.
HSL color Cylindrical-coordinate representation of color #10C24A: hue angle of 139.55º 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 #10C24A is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 74 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.24 |
| HSL | 139.55º | 0.85% | 0.41% | - |
| HSV(B) | 139.55º | 0.92% | 0.76% | - |
| XYZ | 20.74 | 39.19 | 12.95 | - |
| YUV | 127.1 | 98.03 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 74 | 0.92 | 0 | 0.62 | 0.24 | 139.55 | 0.85 | 0.41 |
| Hex | 10 | C2 | 4A | 5C | 0 | 3E | 18 | 8C | 55 | 29 |
| Octal | 20 | 302 | 112 | 134 | 0 | 76 | 30 | 214 | 125 | 51 |
| Binary | 10000 | 11000010 | 1001010 | 1011100 | 0 | 111110 | 11000 | 10001100 | 1010101 | 101001 |
Color Harmonies of #10C24A
Complementary color
Monochromatic Colors of #10C24A
Black with #10C24A
Text Example
Text Example
White with #10C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C24A; }
p { color: rgb(16,194,74); }
H1.HeaderClassName
{
color: #10C24A;
}
.AnyTagClassName
{
color: #10C24A;
}
</style>
background-color css
<style>
a { background-color: #10C24A; }
a { background-color: rgb(16,194,74); }
div.DivClassName
{
background-color: #10C24A;
}
.BgClassName
{
background-color: #10C24A;
}
</style>
border-color css
<style>
span { border-color: #10C24A; }
span { border-color: rgb(16,194,74); }
td.TdClassName
{
border-color: #10C24A;
}
.TagClassName
{
border-color: #10C24A;
}
</style>