Shades of Dark Pastel Green #18A43D
Tints of Dark Pastel Green #18A43D
RGB
CMYK
RGB Variations
Color information
#18A43D (or 0x18A43D) is known color: Dark Pastel Green. HEX triplet: 18, A4 and 3D. RGB value is (24,164,61). Sum of RGB (Red+Green+Blue) = 24+164+61=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 164 (64.45% from 255 or 65.86% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 164 - color contains mainly: green. Hex color #18A43D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A43D is #E75BC2. Grayscale: #6E6E6E. Windows color (decimal): -15162307 or 4039704. OLE color: 4039704.
HSL color Cylindrical-coordinate representation of color #18A43D: hue angle of 135.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A43D is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 61 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.36 |
| HSL | 135.86º | 0.74% | 0.37% | - |
| HSV(B) | 135.86º | 0.85% | 0.64% | - |
| XYZ | 14.49 | 27.08 | 8.88 | - |
| YUV | 110.4 | 100.12 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 61 | 0.85 | 0 | 0.63 | 0.36 | 135.86 | 0.74 | 0.37 |
| Hex | 18 | A4 | 3D | 55 | 0 | 3F | 24 | 88 | 4A | 25 |
| Octal | 30 | 244 | 75 | 125 | 0 | 77 | 44 | 210 | 112 | 45 |
| Binary | 11000 | 10100100 | 111101 | 1010101 | 0 | 111111 | 100100 | 10001000 | 1001010 | 100101 |
Color Harmonies of #18A43D
Complementary color
Monochromatic Colors of #18A43D
Black with #18A43D
Text Example
Text Example
White with #18A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A43D; }
p { color: rgb(24,164,61); }
H1.HeaderClassName
{
color: #18A43D;
}
.AnyTagClassName
{
color: #18A43D;
}
</style>
background-color css
<style>
a { background-color: #18A43D; }
a { background-color: rgb(24,164,61); }
div.DivClassName
{
background-color: #18A43D;
}
.BgClassName
{
background-color: #18A43D;
}
</style>
border-color css
<style>
span { border-color: #18A43D; }
span { border-color: rgb(24,164,61); }
td.TdClassName
{
border-color: #18A43D;
}
.TagClassName
{
border-color: #18A43D;
}
</style>