Shades of Dark Pastel Green #10C01B
Tints of Dark Pastel Green #10C01B
RGB
CMYK
RGB Variations
Color information
#10C01B (or 0x10C01B) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 1B. RGB value is (16,192,27). Sum of RGB (Red+Green+Blue) = 16+192+27=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #10C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C01B is #EF3FE4. Grayscale: #797979. Windows color (decimal): -15679461 or 1818640. OLE color: 1818640.
HSL color Cylindrical-coordinate representation of color #10C01B: hue angle of 123.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C01B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 27 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.25 |
| HSL | 123.75º | 0.85% | 0.41% | - |
| HSV(B) | 123.75º | 0.92% | 0.75% | - |
| XYZ | 19.26 | 37.89 | 7.33 | - |
| YUV | 120.57 | 75.19 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 27 | 0.92 | 0 | 0.86 | 0.25 | 123.75 | 0.85 | 0.41 |
| Hex | 10 | C0 | 1B | 5C | 0 | 56 | 19 | 7C | 55 | 29 |
| Octal | 20 | 300 | 33 | 134 | 0 | 126 | 31 | 174 | 125 | 51 |
| Binary | 10000 | 11000000 | 11011 | 1011100 | 0 | 1010110 | 11001 | 1111100 | 1010101 | 101001 |
Color Harmonies of #10C01B
Complementary color
Monochromatic Colors of #10C01B
Black with #10C01B
Text Example
Text Example
White with #10C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C01B; }
p { color: rgb(16,192,27); }
H1.HeaderClassName
{
color: #10C01B;
}
.AnyTagClassName
{
color: #10C01B;
}
</style>
background-color css
<style>
a { background-color: #10C01B; }
a { background-color: rgb(16,192,27); }
div.DivClassName
{
background-color: #10C01B;
}
.BgClassName
{
background-color: #10C01B;
}
</style>
border-color css
<style>
span { border-color: #10C01B; }
span { border-color: rgb(16,192,27); }
td.TdClassName
{
border-color: #10C01B;
}
.TagClassName
{
border-color: #10C01B;
}
</style>