Shades of Pigment Green #18A243
Tints of Pigment Green #18A243
RGB
CMYK
RGB Variations
Color information
#18A243 (or 0x18A243) is known color: Pigment Green. HEX triplet: 18, A2 and 43. RGB value is (24,162,67). Sum of RGB (Red+Green+Blue) = 24+162+67=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 162 (63.67% from 255 or 64.03% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 162 - color contains mainly: green. Hex color #18A243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A243 is #E75DBC. Grayscale: #6E6E6E. Windows color (decimal): -15162813 or 4432408. OLE color: 4432408.
HSL color Cylindrical-coordinate representation of color #18A243: hue angle of 138.7º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A243 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 67 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.36 |
| HSL | 138.7º | 0.74% | 0.36% | - |
| HSV(B) | 138.7º | 0.85% | 0.64% | - |
| XYZ | 14.31 | 26.44 | 9.66 | - |
| YUV | 109.91 | 103.78 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 67 | 0.85 | 0 | 0.59 | 0.36 | 138.7 | 0.74 | 0.36 |
| Hex | 18 | A2 | 43 | 55 | 0 | 3B | 24 | 8B | 4A | 24 |
| Octal | 30 | 242 | 103 | 125 | 0 | 73 | 44 | 213 | 112 | 44 |
| Binary | 11000 | 10100010 | 1000011 | 1010101 | 0 | 111011 | 100100 | 10001011 | 1001010 | 100100 |
Color Harmonies of #18A243
Complementary color
Monochromatic Colors of #18A243
Black with #18A243
Text Example
Text Example
White with #18A243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A243; }
p { color: rgb(24,162,67); }
H1.HeaderClassName
{
color: #18A243;
}
.AnyTagClassName
{
color: #18A243;
}
</style>
background-color css
<style>
a { background-color: #18A243; }
a { background-color: rgb(24,162,67); }
div.DivClassName
{
background-color: #18A243;
}
.BgClassName
{
background-color: #18A243;
}
</style>
border-color css
<style>
span { border-color: #18A243; }
span { border-color: rgb(24,162,67); }
td.TdClassName
{
border-color: #18A243;
}
.TagClassName
{
border-color: #18A243;
}
</style>