Shades of Pigment Green #10B14C
Tints of Pigment Green #10B14C
RGB
CMYK
RGB Variations
Color information
#10B14C (or 0x10B14C) is known color: Pigment Green. HEX triplet: 10, B1 and 4C. RGB value is (16,177,76). Sum of RGB (Red+Green+Blue) = 16+177+76=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 177 (69.53% from 255 or 65.80% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 177 - color contains mainly: green. Hex color #10B14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B14C is #EF4EB3. Grayscale: #757575. Windows color (decimal): -15683252 or 5026064. OLE color: 5026064.
HSL color Cylindrical-coordinate representation of color #10B14C: hue angle of 142.36º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B14C is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 76 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.31 |
| HSL | 142.36º | 0.83% | 0.38% | - |
| HSV(B) | 142.36º | 0.91% | 0.69% | - |
| XYZ | 17.24 | 32.08 | 12.12 | - |
| YUV | 117.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 76 | 0.91 | 0 | 0.57 | 0.31 | 142.36 | 0.83 | 0.38 |
| Hex | 10 | B1 | 4C | 5B | 0 | 39 | 1F | 8E | 53 | 26 |
| Octal | 20 | 261 | 114 | 133 | 0 | 71 | 37 | 216 | 123 | 46 |
| Binary | 10000 | 10110001 | 1001100 | 1011011 | 0 | 111001 | 11111 | 10001110 | 1010011 | 100110 |
Color Harmonies of #10B14C
Complementary color
Monochromatic Colors of #10B14C
Black with #10B14C
Text Example
Text Example
White with #10B14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B14C; }
p { color: rgb(16,177,76); }
H1.HeaderClassName
{
color: #10B14C;
}
.AnyTagClassName
{
color: #10B14C;
}
</style>
background-color css
<style>
a { background-color: #10B14C; }
a { background-color: rgb(16,177,76); }
div.DivClassName
{
background-color: #10B14C;
}
.BgClassName
{
background-color: #10B14C;
}
</style>
border-color css
<style>
span { border-color: #10B14C; }
span { border-color: rgb(16,177,76); }
td.TdClassName
{
border-color: #10B14C;
}
.TagClassName
{
border-color: #10B14C;
}
</style>