Shades of Pigment Green #1CAC4F
Tints of Pigment Green #1CAC4F
RGB
CMYK
RGB Variations
Color information
#1CAC4F (or 0x1CAC4F) is known color: Pigment Green. HEX triplet: 1C, AC and 4F. RGB value is (28,172,79). Sum of RGB (Red+Green+Blue) = 28+172+79=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC4F is #E353B0. Grayscale: #767676. Windows color (decimal): -14898097 or 5221404. OLE color: 5221404.
HSL color Cylindrical-coordinate representation of color #1CAC4F: hue angle of 141.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC4F is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 79 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.33 |
| HSL | 141.25º | 0.72% | 0.39% | - |
| HSV(B) | 141.25º | 0.84% | 0.67% | - |
| XYZ | 16.64 | 30.32 | 12.37 | - |
| YUV | 118.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 79 | 0.84 | 0 | 0.54 | 0.33 | 141.25 | 0.72 | 0.39 |
| Hex | 1C | AC | 4F | 54 | 0 | 36 | 21 | 8D | 48 | 27 |
| Octal | 34 | 254 | 117 | 124 | 0 | 66 | 41 | 215 | 110 | 47 |
| Binary | 11100 | 10101100 | 1001111 | 1010100 | 0 | 110110 | 100001 | 10001101 | 1001000 | 100111 |
Color Harmonies of #1CAC4F
Complementary color
Monochromatic Colors of #1CAC4F
Black with #1CAC4F
Text Example
Text Example
White with #1CAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC4F; }
p { color: rgb(28,172,79); }
H1.HeaderClassName
{
color: #1CAC4F;
}
.AnyTagClassName
{
color: #1CAC4F;
}
</style>
background-color css
<style>
a { background-color: #1CAC4F; }
a { background-color: rgb(28,172,79); }
div.DivClassName
{
background-color: #1CAC4F;
}
.BgClassName
{
background-color: #1CAC4F;
}
</style>
border-color css
<style>
span { border-color: #1CAC4F; }
span { border-color: rgb(28,172,79); }
td.TdClassName
{
border-color: #1CAC4F;
}
.TagClassName
{
border-color: #1CAC4F;
}
</style>