Shades of Dark Pastel Green #18AC3A
Tints of Dark Pastel Green #18AC3A
RGB
CMYK
RGB Variations
Color information
#18AC3A (or 0x18AC3A) is known color: Dark Pastel Green. HEX triplet: 18, AC and 3A. RGB value is (24,172,58). Sum of RGB (Red+Green+Blue) = 24+172+58=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 172 (67.58% from 255 or 67.72% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AC3A is #E753C5. Grayscale: #737373. Windows color (decimal): -15160262 or 3845144. OLE color: 3845144.
HSL color Cylindrical-coordinate representation of color #18AC3A: hue angle of 133.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC3A is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 172 | 58 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.33 |
| HSL | 133.78º | 0.76% | 0.38% | - |
| HSV(B) | 133.78º | 0.86% | 0.67% | - |
| XYZ | 15.89 | 30 | 8.96 | - |
| YUV | 114.75 | 95.97 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 58 | 0.86 | 0 | 0.66 | 0.33 | 133.78 | 0.76 | 0.38 |
| Hex | 18 | AC | 3A | 56 | 0 | 42 | 21 | 86 | 4C | 26 |
| Octal | 30 | 254 | 72 | 126 | 0 | 102 | 41 | 206 | 114 | 46 |
| Binary | 11000 | 10101100 | 111010 | 1010110 | 0 | 1000010 | 100001 | 10000110 | 1001100 | 100110 |
Color Harmonies of #18AC3A
Complementary color
Monochromatic Colors of #18AC3A
Black with #18AC3A
Text Example
Text Example
White with #18AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AC3A; }
p { color: rgb(24,172,58); }
H1.HeaderClassName
{
color: #18AC3A;
}
.AnyTagClassName
{
color: #18AC3A;
}
</style>
background-color css
<style>
a { background-color: #18AC3A; }
a { background-color: rgb(24,172,58); }
div.DivClassName
{
background-color: #18AC3A;
}
.BgClassName
{
background-color: #18AC3A;
}
</style>
border-color css
<style>
span { border-color: #18AC3A; }
span { border-color: rgb(24,172,58); }
td.TdClassName
{
border-color: #18AC3A;
}
.TagClassName
{
border-color: #18AC3A;
}
</style>