Shades of Pigment Green #1CAA4B
Tints of Pigment Green #1CAA4B
RGB
CMYK
RGB Variations
Color information
#1CAA4B (or 0x1CAA4B) is known color: Pigment Green. HEX triplet: 1C, AA and 4B. RGB value is (28,170,75). Sum of RGB (Red+Green+Blue) = 28+170+75=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA4B is #E355B4. Grayscale: #747474. Windows color (decimal): -14898613 or 4958748. OLE color: 4958748.
HSL color Cylindrical-coordinate representation of color #1CAA4B: hue angle of 139.86º 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 #1CAA4B is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 170 | 75 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.33 |
| HSL | 139.86º | 0.72% | 0.39% | - |
| HSV(B) | 139.86º | 0.84% | 0.67% | - |
| XYZ | 16.12 | 29.5 | 11.5 | - |
| YUV | 116.71 | 104.46 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 75 | 0.84 | 0 | 0.56 | 0.33 | 139.86 | 0.72 | 0.39 |
| Hex | 1C | AA | 4B | 54 | 0 | 38 | 21 | 8C | 48 | 27 |
| Octal | 34 | 252 | 113 | 124 | 0 | 70 | 41 | 214 | 110 | 47 |
| Binary | 11100 | 10101010 | 1001011 | 1010100 | 0 | 111000 | 100001 | 10001100 | 1001000 | 100111 |
Color Harmonies of #1CAA4B
Complementary color
Monochromatic Colors of #1CAA4B
Black with #1CAA4B
Text Example
Text Example
White with #1CAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAA4B; }
p { color: rgb(28,170,75); }
H1.HeaderClassName
{
color: #1CAA4B;
}
.AnyTagClassName
{
color: #1CAA4B;
}
</style>
background-color css
<style>
a { background-color: #1CAA4B; }
a { background-color: rgb(28,170,75); }
div.DivClassName
{
background-color: #1CAA4B;
}
.BgClassName
{
background-color: #1CAA4B;
}
</style>
border-color css
<style>
span { border-color: #1CAA4B; }
span { border-color: rgb(28,170,75); }
td.TdClassName
{
border-color: #1CAA4B;
}
.TagClassName
{
border-color: #1CAA4B;
}
</style>