Shades of Pigment Green #10B04C
Tints of Pigment Green #10B04C
RGB
CMYK
RGB Variations
Color information
#10B04C (or 0x10B04C) is known color: Pigment Green. HEX triplet: 10, B0 and 4C. RGB value is (16,176,76). Sum of RGB (Red+Green+Blue) = 16+176+76=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #10B04C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B04C is #EF4FB3. Grayscale: #747474. Windows color (decimal): -15683508 or 5025808. OLE color: 5025808.
HSL color Cylindrical-coordinate representation of color #10B04C: hue angle of 142.5º 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 #10B04C is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 76 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.31 |
| HSL | 142.5º | 0.83% | 0.38% | - |
| HSV(B) | 142.5º | 0.91% | 0.69% | - |
| XYZ | 17.04 | 31.68 | 12.05 | - |
| YUV | 116.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 76 | 0.91 | 0 | 0.57 | 0.31 | 142.5 | 0.83 | 0.38 |
| Hex | 10 | B0 | 4C | 5B | 0 | 39 | 1F | 8E | 53 | 26 |
| Octal | 20 | 260 | 114 | 133 | 0 | 71 | 37 | 216 | 123 | 46 |
| Binary | 10000 | 10110000 | 1001100 | 1011011 | 0 | 111001 | 11111 | 10001110 | 1010011 | 100110 |
Color Harmonies of #10B04C
Complementary color
Monochromatic Colors of #10B04C
Black with #10B04C
Text Example
Text Example
White with #10B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B04C; }
p { color: rgb(16,176,76); }
H1.HeaderClassName
{
color: #10B04C;
}
.AnyTagClassName
{
color: #10B04C;
}
</style>
background-color css
<style>
a { background-color: #10B04C; }
a { background-color: rgb(16,176,76); }
div.DivClassName
{
background-color: #10B04C;
}
.BgClassName
{
background-color: #10B04C;
}
</style>
border-color css
<style>
span { border-color: #10B04C; }
span { border-color: rgb(16,176,76); }
td.TdClassName
{
border-color: #10B04C;
}
.TagClassName
{
border-color: #10B04C;
}
</style>