Shades of Pigment Green #18AF5A
Tints of Pigment Green #18AF5A
RGB
CMYK
RGB Variations
Color information
#18AF5A (or 0x18AF5A) is known color: Pigment Green. HEX triplet: 18, AF and 5A. RGB value is (24,175,90). Sum of RGB (Red+Green+Blue) = 24+175+90=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF5A is #E750A5. Grayscale: #787878. Windows color (decimal): -15159462 or 5943064. OLE color: 5943064.
HSL color Cylindrical-coordinate representation of color #18AF5A: hue angle of 146.23º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF5A is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 175 | 90 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.31 |
| HSL | 146.23º | 0.76% | 0.39% | - |
| HSV(B) | 146.23º | 0.86% | 0.69% | - |
| XYZ | 17.55 | 31.59 | 14.85 | - |
| YUV | 120.16 | 110.97 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 90 | 0.86 | 0 | 0.49 | 0.31 | 146.23 | 0.76 | 0.39 |
| Hex | 18 | AF | 5A | 56 | 0 | 31 | 1F | 92 | 4C | 27 |
| Octal | 30 | 257 | 132 | 126 | 0 | 61 | 37 | 222 | 114 | 47 |
| Binary | 11000 | 10101111 | 1011010 | 1010110 | 0 | 110001 | 11111 | 10010010 | 1001100 | 100111 |
Color Harmonies of #18AF5A
Complementary color
Monochromatic Colors of #18AF5A
Black with #18AF5A
Text Example
Text Example
White with #18AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AF5A; }
p { color: rgb(24,175,90); }
H1.HeaderClassName
{
color: #18AF5A;
}
.AnyTagClassName
{
color: #18AF5A;
}
</style>
background-color css
<style>
a { background-color: #18AF5A; }
a { background-color: rgb(24,175,90); }
div.DivClassName
{
background-color: #18AF5A;
}
.BgClassName
{
background-color: #18AF5A;
}
</style>
border-color css
<style>
span { border-color: #18AF5A; }
span { border-color: rgb(24,175,90); }
td.TdClassName
{
border-color: #18AF5A;
}
.TagClassName
{
border-color: #18AF5A;
}
</style>