Shades of Pigment Green #1CA846
Tints of Pigment Green #1CA846
RGB
CMYK
RGB Variations
Color information
#1CA846 (or 0x1CA846) is known color: Pigment Green. HEX triplet: 1C, A8 and 46. RGB value is (28,168,70). Sum of RGB (Red+Green+Blue) = 28+168+70=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 168 (66.02% from 255 or 63.16% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA846 is #E357B9. Grayscale: #737373. Windows color (decimal): -14899130 or 4630556. OLE color: 4630556.
HSL color Cylindrical-coordinate representation of color #1CA846: hue angle of 138º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA846 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 70 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.34 |
| HSL | 138º | 0.71% | 0.38% | - |
| HSV(B) | 138º | 0.83% | 0.66% | - |
| XYZ | 15.59 | 28.69 | 10.51 | - |
| YUV | 114.97 | 102.62 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 70 | 0.83 | 0 | 0.58 | 0.34 | 138 | 0.71 | 0.38 |
| Hex | 1C | A8 | 46 | 53 | 0 | 3A | 22 | 8A | 47 | 26 |
| Octal | 34 | 250 | 106 | 123 | 0 | 72 | 42 | 212 | 107 | 46 |
| Binary | 11100 | 10101000 | 1000110 | 1010011 | 0 | 111010 | 100010 | 10001010 | 1000111 | 100110 |
Color Harmonies of #1CA846
Complementary color
Monochromatic Colors of #1CA846
Black with #1CA846
Text Example
Text Example
White with #1CA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA846; }
p { color: rgb(28,168,70); }
H1.HeaderClassName
{
color: #1CA846;
}
.AnyTagClassName
{
color: #1CA846;
}
</style>
background-color css
<style>
a { background-color: #1CA846; }
a { background-color: rgb(28,168,70); }
div.DivClassName
{
background-color: #1CA846;
}
.BgClassName
{
background-color: #1CA846;
}
</style>
border-color css
<style>
span { border-color: #1CA846; }
span { border-color: rgb(28,168,70); }
td.TdClassName
{
border-color: #1CA846;
}
.TagClassName
{
border-color: #1CA846;
}
</style>