Shades of Pigment Green #1CAC4B
Tints of Pigment Green #1CAC4B
RGB
CMYK
RGB Variations
Color information
#1CAC4B (or 0x1CAC4B) is known color: Pigment Green. HEX triplet: 1C, AC and 4B. RGB value is (28,172,75). Sum of RGB (Red+Green+Blue) = 28+172+75=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC4B is #E353B4. Grayscale: #767676. Windows color (decimal): -14898101 or 4959260. OLE color: 4959260.
HSL color Cylindrical-coordinate representation of color #1CAC4B: hue angle of 139.58º 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 #1CAC4B is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 75 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.33 |
| HSL | 139.58º | 0.72% | 0.39% | - |
| HSV(B) | 139.58º | 0.84% | 0.67% | - |
| XYZ | 16.5 | 30.26 | 11.63 | - |
| YUV | 117.89 | 103.79 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 75 | 0.84 | 0 | 0.56 | 0.33 | 139.58 | 0.72 | 0.39 |
| Hex | 1C | AC | 4B | 54 | 0 | 38 | 21 | 8C | 48 | 27 |
| Octal | 34 | 254 | 113 | 124 | 0 | 70 | 41 | 214 | 110 | 47 |
| Binary | 11100 | 10101100 | 1001011 | 1010100 | 0 | 111000 | 100001 | 10001100 | 1001000 | 100111 |
Color Harmonies of #1CAC4B
Complementary color
Monochromatic Colors of #1CAC4B
Black with #1CAC4B
Text Example
Text Example
White with #1CAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC4B; }
p { color: rgb(28,172,75); }
H1.HeaderClassName
{
color: #1CAC4B;
}
.AnyTagClassName
{
color: #1CAC4B;
}
</style>
background-color css
<style>
a { background-color: #1CAC4B; }
a { background-color: rgb(28,172,75); }
div.DivClassName
{
background-color: #1CAC4B;
}
.BgClassName
{
background-color: #1CAC4B;
}
</style>
border-color css
<style>
span { border-color: #1CAC4B; }
span { border-color: rgb(28,172,75); }
td.TdClassName
{
border-color: #1CAC4B;
}
.TagClassName
{
border-color: #1CAC4B;
}
</style>