Shades of Pigment Green #1CAA53
Tints of Pigment Green #1CAA53
RGB
CMYK
RGB Variations
Color information
#1CAA53 (or 0x1CAA53) is known color: Pigment Green. HEX triplet: 1C, AA and 53. RGB value is (28,170,83). Sum of RGB (Red+Green+Blue) = 28+170+83=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA53 is #E355AC. Grayscale: #757575. Windows color (decimal): -14898605 or 5483036. OLE color: 5483036.
HSL color Cylindrical-coordinate representation of color #1CAA53: hue angle of 143.24º 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 #1CAA53 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 83 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.33 |
| HSL | 143.24º | 0.72% | 0.39% | - |
| HSV(B) | 143.24º | 0.84% | 0.67% | - |
| XYZ | 16.41 | 29.62 | 13.04 | - |
| YUV | 117.62 | 108.46 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 83 | 0.84 | 0 | 0.51 | 0.33 | 143.24 | 0.72 | 0.39 |
| Hex | 1C | AA | 53 | 54 | 0 | 33 | 21 | 8F | 48 | 27 |
| Octal | 34 | 252 | 123 | 124 | 0 | 63 | 41 | 217 | 110 | 47 |
| Binary | 11100 | 10101010 | 1010011 | 1010100 | 0 | 110011 | 100001 | 10001111 | 1001000 | 100111 |
Color Harmonies of #1CAA53
Complementary color
Monochromatic Colors of #1CAA53
Black with #1CAA53
Text Example
Text Example
White with #1CAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA53; }
p { color: rgb(28,170,83); }
H1.HeaderClassName
{
color: #1CAA53;
}
.AnyTagClassName
{
color: #1CAA53;
}
</style>
background-color css
<style>
a { background-color: #1CAA53; }
a { background-color: rgb(28,170,83); }
div.DivClassName
{
background-color: #1CAA53;
}
.BgClassName
{
background-color: #1CAA53;
}
</style>
border-color css
<style>
span { border-color: #1CAA53; }
span { border-color: rgb(28,170,83); }
td.TdClassName
{
border-color: #1CAA53;
}
.TagClassName
{
border-color: #1CAA53;
}
</style>