Shades of Pigment Green #1CAB4A
Tints of Pigment Green #1CAB4A
RGB
CMYK
RGB Variations
Color information
#1CAB4A (or 0x1CAB4A) is known color: Pigment Green. HEX triplet: 1C, AB and 4A. RGB value is (28,171,74). Sum of RGB (Red+Green+Blue) = 28+171+74=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAB4A is #E354B5. Grayscale: #757575. Windows color (decimal): -14898358 or 4893468. OLE color: 4893468.
HSL color Cylindrical-coordinate representation of color #1CAB4A: hue angle of 139.3º 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 #1CAB4A is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 74 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.33 |
| HSL | 139.3º | 0.72% | 0.39% | - |
| HSV(B) | 139.3º | 0.84% | 0.67% | - |
| XYZ | 16.28 | 29.87 | 11.39 | - |
| YUV | 117.19 | 103.62 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 74 | 0.84 | 0 | 0.57 | 0.33 | 139.3 | 0.72 | 0.39 |
| Hex | 1C | AB | 4A | 54 | 0 | 39 | 21 | 8B | 48 | 27 |
| Octal | 34 | 253 | 112 | 124 | 0 | 71 | 41 | 213 | 110 | 47 |
| Binary | 11100 | 10101011 | 1001010 | 1010100 | 0 | 111001 | 100001 | 10001011 | 1001000 | 100111 |
Color Harmonies of #1CAB4A
Complementary color
Monochromatic Colors of #1CAB4A
Black with #1CAB4A
Text Example
Text Example
White with #1CAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB4A; }
p { color: rgb(28,171,74); }
H1.HeaderClassName
{
color: #1CAB4A;
}
.AnyTagClassName
{
color: #1CAB4A;
}
</style>
background-color css
<style>
a { background-color: #1CAB4A; }
a { background-color: rgb(28,171,74); }
div.DivClassName
{
background-color: #1CAB4A;
}
.BgClassName
{
background-color: #1CAB4A;
}
</style>
border-color css
<style>
span { border-color: #1CAB4A; }
span { border-color: rgb(28,171,74); }
td.TdClassName
{
border-color: #1CAB4A;
}
.TagClassName
{
border-color: #1CAB4A;
}
</style>