Shades of Pigment Green #10A34C
Tints of Pigment Green #10A34C
RGB
CMYK
RGB Variations
Color information
#10A34C (or 0x10A34C) is known color: Pigment Green. HEX triplet: 10, A3 and 4C. RGB value is (16,163,76). Sum of RGB (Red+Green+Blue) = 16+163+76=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #10A34C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A34C is #EF5CB3. Grayscale: #6D6D6D. Windows color (decimal): -15686836 or 5022480. OLE color: 5022480.
HSL color Cylindrical-coordinate representation of color #10A34C: hue angle of 144.49º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A34C is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 76 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.36 |
| HSL | 144.49º | 0.82% | 0.35% | - |
| HSV(B) | 144.49º | 0.9% | 0.64% | - |
| XYZ | 14.62 | 26.83 | 11.25 | - |
| YUV | 109.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 76 | 0.90 | 0 | 0.53 | 0.36 | 144.49 | 0.82 | 0.35 |
| Hex | 10 | A3 | 4C | 5A | 0 | 35 | 24 | 90 | 52 | 23 |
| Octal | 20 | 243 | 114 | 132 | 0 | 65 | 44 | 220 | 122 | 43 |
| Binary | 10000 | 10100011 | 1001100 | 1011010 | 0 | 110101 | 100100 | 10010000 | 1010010 | 100011 |
Color Harmonies of #10A34C
Complementary color
Monochromatic Colors of #10A34C
Black with #10A34C
Text Example
Text Example
White with #10A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A34C; }
p { color: rgb(16,163,76); }
H1.HeaderClassName
{
color: #10A34C;
}
.AnyTagClassName
{
color: #10A34C;
}
</style>
background-color css
<style>
a { background-color: #10A34C; }
a { background-color: rgb(16,163,76); }
div.DivClassName
{
background-color: #10A34C;
}
.BgClassName
{
background-color: #10A34C;
}
</style>
border-color css
<style>
span { border-color: #10A34C; }
span { border-color: rgb(16,163,76); }
td.TdClassName
{
border-color: #10A34C;
}
.TagClassName
{
border-color: #10A34C;
}
</style>