Shades of Pigment Green #18A65B
Tints of Pigment Green #18A65B
RGB
CMYK
RGB Variations
Color information
#18A65B (or 0x18A65B) is known color: Pigment Green. HEX triplet: 18, A6 and 5B. RGB value is (24,166,91). Sum of RGB (Red+Green+Blue) = 24+166+91=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #18A65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A65B is #E759A4. Grayscale: #737373. Windows color (decimal): -15161765 or 6006296. OLE color: 6006296.
HSL color Cylindrical-coordinate representation of color #18A65B: hue angle of 148.31º 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 #18A65B is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 91 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.35 |
| HSL | 148.31º | 0.75% | 0.37% | - |
| HSV(B) | 148.31º | 0.86% | 0.65% | - |
| XYZ | 15.9 | 28.22 | 14.51 | - |
| YUV | 114.99 | 114.46 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 91 | 0.86 | 0 | 0.45 | 0.35 | 148.31 | 0.75 | 0.37 |
| Hex | 18 | A6 | 5B | 56 | 0 | 2D | 23 | 94 | 4B | 25 |
| Octal | 30 | 246 | 133 | 126 | 0 | 55 | 43 | 224 | 113 | 45 |
| Binary | 11000 | 10100110 | 1011011 | 1010110 | 0 | 101101 | 100011 | 10010100 | 1001011 | 100101 |
Color Harmonies of #18A65B
Complementary color
Monochromatic Colors of #18A65B
Black with #18A65B
Text Example
Text Example
White with #18A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A65B; }
p { color: rgb(24,166,91); }
H1.HeaderClassName
{
color: #18A65B;
}
.AnyTagClassName
{
color: #18A65B;
}
</style>
background-color css
<style>
a { background-color: #18A65B; }
a { background-color: rgb(24,166,91); }
div.DivClassName
{
background-color: #18A65B;
}
.BgClassName
{
background-color: #18A65B;
}
</style>
border-color css
<style>
span { border-color: #18A65B; }
span { border-color: rgb(24,166,91); }
td.TdClassName
{
border-color: #18A65B;
}
.TagClassName
{
border-color: #18A65B;
}
</style>