Shades of Dark Pastel Green #10C41B
Tints of Dark Pastel Green #10C41B
RGB
CMYK
RGB Variations
Color information
#10C41B (or 0x10C41B) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 1B. RGB value is (16,196,27). Sum of RGB (Red+Green+Blue) = 16+196+27=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 196 (76.95% from 255 or 82.01% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 196 - color contains mainly: green. Hex color #10C41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C41B is #EF3BE4. Grayscale: #7B7B7B. Windows color (decimal): -15678437 or 1819664. OLE color: 1819664.
HSL color Cylindrical-coordinate representation of color #10C41B: hue angle of 123.67º 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 #10C41B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 27 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.23 |
| HSL | 123.67º | 0.85% | 0.42% | - |
| HSV(B) | 123.67º | 0.92% | 0.77% | - |
| XYZ | 20.15 | 39.67 | 7.63 | - |
| YUV | 122.91 | 73.87 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 27 | 0.92 | 0 | 0.86 | 0.23 | 123.67 | 0.85 | 0.42 |
| Hex | 10 | C4 | 1B | 5C | 0 | 56 | 17 | 7C | 55 | 2A |
| Octal | 20 | 304 | 33 | 134 | 0 | 126 | 27 | 174 | 125 | 52 |
| Binary | 10000 | 11000100 | 11011 | 1011100 | 0 | 1010110 | 10111 | 1111100 | 1010101 | 101010 |
Color Harmonies of #10C41B
Complementary color
Monochromatic Colors of #10C41B
Black with #10C41B
Text Example
Text Example
White with #10C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C41B; }
p { color: rgb(16,196,27); }
H1.HeaderClassName
{
color: #10C41B;
}
.AnyTagClassName
{
color: #10C41B;
}
</style>
background-color css
<style>
a { background-color: #10C41B; }
a { background-color: rgb(16,196,27); }
div.DivClassName
{
background-color: #10C41B;
}
.BgClassName
{
background-color: #10C41B;
}
</style>
border-color css
<style>
span { border-color: #10C41B; }
span { border-color: rgb(16,196,27); }
td.TdClassName
{
border-color: #10C41B;
}
.TagClassName
{
border-color: #10C41B;
}
</style>