Shades of Dark Pastel Green #18B144
Tints of Dark Pastel Green #18B144
RGB
CMYK
RGB Variations
Color information
#18B144 (or 0x18B144) is known color: Dark Pastel Green. HEX triplet: 18, B1 and 44. RGB value is (24,177,68). Sum of RGB (Red+Green+Blue) = 24+177+68=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 177 (69.53% from 255 or 65.80% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 177 - color contains mainly: green. Hex color #18B144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B144 is #E74EBB. Grayscale: #777777. Windows color (decimal): -15158972 or 4501784. OLE color: 4501784.
HSL color Cylindrical-coordinate representation of color #18B144: hue angle of 137.25º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B144 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 177 | 68 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.31 |
| HSL | 137.25º | 0.76% | 0.39% | - |
| HSV(B) | 137.25º | 0.86% | 0.69% | - |
| XYZ | 17.14 | 32.06 | 10.75 | - |
| YUV | 118.83 | 99.31 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 68 | 0.86 | 0 | 0.62 | 0.31 | 137.25 | 0.76 | 0.39 |
| Hex | 18 | B1 | 44 | 56 | 0 | 3E | 1F | 89 | 4C | 27 |
| Octal | 30 | 261 | 104 | 126 | 0 | 76 | 37 | 211 | 114 | 47 |
| Binary | 11000 | 10110001 | 1000100 | 1010110 | 0 | 111110 | 11111 | 10001001 | 1001100 | 100111 |
Color Harmonies of #18B144
Complementary color
Monochromatic Colors of #18B144
Black with #18B144
Text Example
Text Example
White with #18B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B144; }
p { color: rgb(24,177,68); }
H1.HeaderClassName
{
color: #18B144;
}
.AnyTagClassName
{
color: #18B144;
}
</style>
background-color css
<style>
a { background-color: #18B144; }
a { background-color: rgb(24,177,68); }
div.DivClassName
{
background-color: #18B144;
}
.BgClassName
{
background-color: #18B144;
}
</style>
border-color css
<style>
span { border-color: #18B144; }
span { border-color: rgb(24,177,68); }
td.TdClassName
{
border-color: #18B144;
}
.TagClassName
{
border-color: #18B144;
}
</style>