Shades of Pigment Green #1CA84A
Tints of Pigment Green #1CA84A
RGB
CMYK
RGB Variations
Color information
#1CA84A (or 0x1CA84A) is known color: Pigment Green. HEX triplet: 1C, A8 and 4A. RGB value is (28,168,74). Sum of RGB (Red+Green+Blue) = 28+168+74=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 168 (66.02% from 255 or 62.22% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA84A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA84A is #E357B5. Grayscale: #737373. Windows color (decimal): -14899126 or 4892700. OLE color: 4892700.
HSL color Cylindrical-coordinate representation of color #1CA84A: hue angle of 139.71º 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 #1CA84A is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 168 | 74 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.34 |
| HSL | 139.71º | 0.71% | 0.38% | - |
| HSV(B) | 139.71º | 0.83% | 0.66% | - |
| XYZ | 15.72 | 28.75 | 11.2 | - |
| YUV | 115.42 | 104.62 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 74 | 0.83 | 0 | 0.56 | 0.34 | 139.71 | 0.71 | 0.38 |
| Hex | 1C | A8 | 4A | 53 | 0 | 38 | 22 | 8C | 47 | 26 |
| Octal | 34 | 250 | 112 | 123 | 0 | 70 | 42 | 214 | 107 | 46 |
| Binary | 11100 | 10101000 | 1001010 | 1010011 | 0 | 111000 | 100010 | 10001100 | 1000111 | 100110 |
Color Harmonies of #1CA84A
Complementary color
Monochromatic Colors of #1CA84A
Black with #1CA84A
Text Example
Text Example
White with #1CA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA84A; }
p { color: rgb(28,168,74); }
H1.HeaderClassName
{
color: #1CA84A;
}
.AnyTagClassName
{
color: #1CA84A;
}
</style>
background-color css
<style>
a { background-color: #1CA84A; }
a { background-color: rgb(28,168,74); }
div.DivClassName
{
background-color: #1CA84A;
}
.BgClassName
{
background-color: #1CA84A;
}
</style>
border-color css
<style>
span { border-color: #1CA84A; }
span { border-color: rgb(28,168,74); }
td.TdClassName
{
border-color: #1CA84A;
}
.TagClassName
{
border-color: #1CA84A;
}
</style>