Shades of Dark Pastel Green #18A23A
Tints of Dark Pastel Green #18A23A
RGB
CMYK
RGB Variations
Color information
#18A23A (or 0x18A23A) is known color: Dark Pastel Green. HEX triplet: 18, A2 and 3A. RGB value is (24,162,58). Sum of RGB (Red+Green+Blue) = 24+162+58=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #18A23A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A23A is #E75DC5. Grayscale: #6D6D6D. Windows color (decimal): -15162822 or 3842584. OLE color: 3842584.
HSL color Cylindrical-coordinate representation of color #18A23A: hue angle of 134.78º 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 #18A23A is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 58 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.36 |
| HSL | 134.78º | 0.74% | 0.36% | - |
| HSV(B) | 134.78º | 0.85% | 0.64% | - |
| XYZ | 14.06 | 26.34 | 8.35 | - |
| YUV | 108.88 | 99.28 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 58 | 0.85 | 0 | 0.64 | 0.36 | 134.78 | 0.74 | 0.36 |
| Hex | 18 | A2 | 3A | 55 | 0 | 40 | 24 | 87 | 4A | 24 |
| Octal | 30 | 242 | 72 | 125 | 0 | 100 | 44 | 207 | 112 | 44 |
| Binary | 11000 | 10100010 | 111010 | 1010101 | 0 | 1000000 | 100100 | 10000111 | 1001010 | 100100 |
Color Harmonies of #18A23A
Complementary color
Monochromatic Colors of #18A23A
Black with #18A23A
Text Example
Text Example
White with #18A23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A23A; }
p { color: rgb(24,162,58); }
H1.HeaderClassName
{
color: #18A23A;
}
.AnyTagClassName
{
color: #18A23A;
}
</style>
background-color css
<style>
a { background-color: #18A23A; }
a { background-color: rgb(24,162,58); }
div.DivClassName
{
background-color: #18A23A;
}
.BgClassName
{
background-color: #18A23A;
}
</style>
border-color css
<style>
span { border-color: #18A23A; }
span { border-color: rgb(24,162,58); }
td.TdClassName
{
border-color: #18A23A;
}
.TagClassName
{
border-color: #18A23A;
}
</style>