Shades of Pigment Green #1CAF59
Tints of Pigment Green #1CAF59
RGB
CMYK
RGB Variations
Color information
#1CAF59 (or 0x1CAF59) is known color: Pigment Green. HEX triplet: 1C, AF and 59. RGB value is (28,175,89). Sum of RGB (Red+Green+Blue) = 28+175+89=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF59 is #E350A6. Grayscale: #797979. Windows color (decimal): -14897319 or 5877532. OLE color: 5877532.
HSL color Cylindrical-coordinate representation of color #1CAF59: hue angle of 144.9º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF59 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 89 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.31 |
| HSL | 144.9º | 0.72% | 0.4% | - |
| HSV(B) | 144.9º | 0.84% | 0.69% | - |
| XYZ | 17.61 | 31.63 | 14.63 | - |
| YUV | 121.24 | 109.8 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 89 | 0.84 | 0 | 0.49 | 0.31 | 144.9 | 0.72 | 0.4 |
| Hex | 1C | AF | 59 | 54 | 0 | 31 | 1F | 91 | 48 | 28 |
| Octal | 34 | 257 | 131 | 124 | 0 | 61 | 37 | 221 | 110 | 50 |
| Binary | 11100 | 10101111 | 1011001 | 1010100 | 0 | 110001 | 11111 | 10010001 | 1001000 | 101000 |
Color Harmonies of #1CAF59
Complementary color
Monochromatic Colors of #1CAF59
Black with #1CAF59
Text Example
Text Example
White with #1CAF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF59; }
p { color: rgb(28,175,89); }
H1.HeaderClassName
{
color: #1CAF59;
}
.AnyTagClassName
{
color: #1CAF59;
}
</style>
background-color css
<style>
a { background-color: #1CAF59; }
a { background-color: rgb(28,175,89); }
div.DivClassName
{
background-color: #1CAF59;
}
.BgClassName
{
background-color: #1CAF59;
}
</style>
border-color css
<style>
span { border-color: #1CAF59; }
span { border-color: rgb(28,175,89); }
td.TdClassName
{
border-color: #1CAF59;
}
.TagClassName
{
border-color: #1CAF59;
}
</style>