Shades of Dark Pastel Green #10C41A
Tints of Dark Pastel Green #10C41A
RGB
CMYK
RGB Variations
Color information
#10C41A (or 0x10C41A) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 1A. RGB value is (16,196,26). Sum of RGB (Red+Green+Blue) = 16+196+26=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 196 (76.95% from 255 or 82.35% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 196 - color contains mainly: green. Hex color #10C41A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C41A is #EF3BE5. Grayscale: #7B7B7B. Windows color (decimal): -15678438 or 1754128. OLE color: 1754128.
HSL color Cylindrical-coordinate representation of color #10C41A: hue angle of 123.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C41A is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 26 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.23 |
| HSL | 123.33º | 0.85% | 0.42% | - |
| HSV(B) | 123.33º | 0.92% | 0.77% | - |
| XYZ | 20.14 | 39.66 | 7.57 | - |
| YUV | 122.8 | 73.37 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 26 | 0.92 | 0 | 0.87 | 0.23 | 123.33 | 0.85 | 0.42 |
| Hex | 10 | C4 | 1A | 5C | 0 | 57 | 17 | 7B | 55 | 2A |
| Octal | 20 | 304 | 32 | 134 | 0 | 127 | 27 | 173 | 125 | 52 |
| Binary | 10000 | 11000100 | 11010 | 1011100 | 0 | 1010111 | 10111 | 1111011 | 1010101 | 101010 |
Color Harmonies of #10C41A
Complementary color
Monochromatic Colors of #10C41A
Black with #10C41A
Text Example
Text Example
White with #10C41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C41A; }
p { color: rgb(16,196,26); }
H1.HeaderClassName
{
color: #10C41A;
}
.AnyTagClassName
{
color: #10C41A;
}
</style>
background-color css
<style>
a { background-color: #10C41A; }
a { background-color: rgb(16,196,26); }
div.DivClassName
{
background-color: #10C41A;
}
.BgClassName
{
background-color: #10C41A;
}
</style>
border-color css
<style>
span { border-color: #10C41A; }
span { border-color: rgb(16,196,26); }
td.TdClassName
{
border-color: #10C41A;
}
.TagClassName
{
border-color: #10C41A;
}
</style>