Shades of Pigment Green #18A655
Tints of Pigment Green #18A655
RGB
CMYK
RGB Variations
Color information
#18A655 (or 0x18A655) is known color: Pigment Green. HEX triplet: 18, A6 and 55. RGB value is (24,166,85). Sum of RGB (Red+Green+Blue) = 24+166+85=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #18A655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A655 is #E759AA. Grayscale: #727272. Windows color (decimal): -15161771 or 5613080. OLE color: 5613080.
HSL color Cylindrical-coordinate representation of color #18A655: hue angle of 145.77º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A655 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 85 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.35 |
| HSL | 145.77º | 0.75% | 0.37% | - |
| HSV(B) | 145.77º | 0.86% | 0.65% | - |
| XYZ | 15.65 | 28.12 | 13.2 | - |
| YUV | 114.31 | 111.46 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 85 | 0.86 | 0 | 0.49 | 0.35 | 145.77 | 0.75 | 0.37 |
| Hex | 18 | A6 | 55 | 56 | 0 | 31 | 23 | 92 | 4B | 25 |
| Octal | 30 | 246 | 125 | 126 | 0 | 61 | 43 | 222 | 113 | 45 |
| Binary | 11000 | 10100110 | 1010101 | 1010110 | 0 | 110001 | 100011 | 10010010 | 1001011 | 100101 |
Color Harmonies of #18A655
Complementary color
Monochromatic Colors of #18A655
Black with #18A655
Text Example
Text Example
White with #18A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A655; }
p { color: rgb(24,166,85); }
H1.HeaderClassName
{
color: #18A655;
}
.AnyTagClassName
{
color: #18A655;
}
</style>
background-color css
<style>
a { background-color: #18A655; }
a { background-color: rgb(24,166,85); }
div.DivClassName
{
background-color: #18A655;
}
.BgClassName
{
background-color: #18A655;
}
</style>
border-color css
<style>
span { border-color: #18A655; }
span { border-color: rgb(24,166,85); }
td.TdClassName
{
border-color: #18A655;
}
.TagClassName
{
border-color: #18A655;
}
</style>