Shades of Dark Pastel Green #10C61B
Tints of Dark Pastel Green #10C61B
RGB
CMYK
RGB Variations
Color information
#10C61B (or 0x10C61B) is known color: Dark Pastel Green. HEX triplet: 10, C6 and 1B. RGB value is (16,198,27). Sum of RGB (Red+Green+Blue) = 16+198+27=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 198 (77.73% from 255 or 82.16% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 198 - color contains mainly: green. Hex color #10C61B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C61B is #EF39E4. Grayscale: #7C7C7C. Windows color (decimal): -15677925 or 1820176. OLE color: 1820176.
HSL color Cylindrical-coordinate representation of color #10C61B: hue angle of 123.63º 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 #10C61B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 27 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.22 |
| HSL | 123.63º | 0.85% | 0.42% | - |
| HSV(B) | 123.63º | 0.92% | 0.78% | - |
| XYZ | 20.61 | 40.58 | 7.78 | - |
| YUV | 124.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 27 | 0.92 | 0 | 0.86 | 0.22 | 123.63 | 0.85 | 0.42 |
| Hex | 10 | C6 | 1B | 5C | 0 | 56 | 16 | 7C | 55 | 2A |
| Octal | 20 | 306 | 33 | 134 | 0 | 126 | 26 | 174 | 125 | 52 |
| Binary | 10000 | 11000110 | 11011 | 1011100 | 0 | 1010110 | 10110 | 1111100 | 1010101 | 101010 |
Color Harmonies of #10C61B
Complementary color
Monochromatic Colors of #10C61B
Black with #10C61B
Text Example
Text Example
White with #10C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C61B; }
p { color: rgb(16,198,27); }
H1.HeaderClassName
{
color: #10C61B;
}
.AnyTagClassName
{
color: #10C61B;
}
</style>
background-color css
<style>
a { background-color: #10C61B; }
a { background-color: rgb(16,198,27); }
div.DivClassName
{
background-color: #10C61B;
}
.BgClassName
{
background-color: #10C61B;
}
</style>
border-color css
<style>
span { border-color: #10C61B; }
span { border-color: rgb(16,198,27); }
td.TdClassName
{
border-color: #10C61B;
}
.TagClassName
{
border-color: #10C61B;
}
</style>