Shades of Pigment Green #18A03D
Tints of Pigment Green #18A03D
RGB
CMYK
RGB Variations
Color information
#18A03D (or 0x18A03D) is known color: Pigment Green. HEX triplet: 18, A0 and 3D. RGB value is (24,160,61). Sum of RGB (Red+Green+Blue) = 24+160+61=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #18A03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A03D is #E75FC2. Grayscale: #6C6C6C. Windows color (decimal): -15163331 or 4038680. OLE color: 4038680.
HSL color Cylindrical-coordinate representation of color #18A03D: hue angle of 136.32º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A03D is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 61 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.37 |
| HSL | 136.32º | 0.74% | 0.36% | - |
| HSV(B) | 136.32º | 0.85% | 0.63% | - |
| XYZ | 13.79 | 25.67 | 8.64 | - |
| YUV | 108.05 | 101.44 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 61 | 0.85 | 0 | 0.62 | 0.37 | 136.32 | 0.74 | 0.36 |
| Hex | 18 | A0 | 3D | 55 | 0 | 3E | 25 | 88 | 4A | 24 |
| Octal | 30 | 240 | 75 | 125 | 0 | 76 | 45 | 210 | 112 | 44 |
| Binary | 11000 | 10100000 | 111101 | 1010101 | 0 | 111110 | 100101 | 10001000 | 1001010 | 100100 |
Color Harmonies of #18A03D
Complementary color
Monochromatic Colors of #18A03D
Black with #18A03D
Text Example
Text Example
White with #18A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A03D; }
p { color: rgb(24,160,61); }
H1.HeaderClassName
{
color: #18A03D;
}
.AnyTagClassName
{
color: #18A03D;
}
</style>
background-color css
<style>
a { background-color: #18A03D; }
a { background-color: rgb(24,160,61); }
div.DivClassName
{
background-color: #18A03D;
}
.BgClassName
{
background-color: #18A03D;
}
</style>
border-color css
<style>
span { border-color: #18A03D; }
span { border-color: rgb(24,160,61); }
td.TdClassName
{
border-color: #18A03D;
}
.TagClassName
{
border-color: #18A03D;
}
</style>