Shades of Pigment Green #1CAB54
Tints of Pigment Green #1CAB54
RGB
CMYK
RGB Variations
Color information
#1CAB54 (or 0x1CAB54) is known color: Pigment Green. HEX triplet: 1C, AB and 54. RGB value is (28,171,84). Sum of RGB (Red+Green+Blue) = 28+171+84=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAB54 is #E354AB. Grayscale: #767676. Windows color (decimal): -14898348 or 5548828. OLE color: 5548828.
HSL color Cylindrical-coordinate representation of color #1CAB54: hue angle of 143.5º 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 #1CAB54 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 84 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.33 |
| HSL | 143.5º | 0.72% | 0.39% | - |
| HSV(B) | 143.5º | 0.84% | 0.67% | - |
| XYZ | 16.64 | 30.01 | 13.3 | - |
| YUV | 118.33 | 108.62 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 84 | 0.84 | 0 | 0.51 | 0.33 | 143.5 | 0.72 | 0.39 |
| Hex | 1C | AB | 54 | 54 | 0 | 33 | 21 | 8F | 48 | 27 |
| Octal | 34 | 253 | 124 | 124 | 0 | 63 | 41 | 217 | 110 | 47 |
| Binary | 11100 | 10101011 | 1010100 | 1010100 | 0 | 110011 | 100001 | 10001111 | 1001000 | 100111 |
Color Harmonies of #1CAB54
Complementary color
Monochromatic Colors of #1CAB54
Black with #1CAB54
Text Example
Text Example
White with #1CAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB54; }
p { color: rgb(28,171,84); }
H1.HeaderClassName
{
color: #1CAB54;
}
.AnyTagClassName
{
color: #1CAB54;
}
</style>
background-color css
<style>
a { background-color: #1CAB54; }
a { background-color: rgb(28,171,84); }
div.DivClassName
{
background-color: #1CAB54;
}
.BgClassName
{
background-color: #1CAB54;
}
</style>
border-color css
<style>
span { border-color: #1CAB54; }
span { border-color: rgb(28,171,84); }
td.TdClassName
{
border-color: #1CAB54;
}
.TagClassName
{
border-color: #1CAB54;
}
</style>