Shades of Dark Pastel Green #18B249
Tints of Dark Pastel Green #18B249
RGB
CMYK
RGB Variations
Color information
#18B249 (or 0x18B249) is known color: Dark Pastel Green. HEX triplet: 18, B2 and 49. RGB value is (24,178,73). Sum of RGB (Red+Green+Blue) = 24+178+73=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 178 (69.92% from 255 or 64.73% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 178 - color contains mainly: green. Hex color #18B249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B249 is #E74DB6. Grayscale: #787878. Windows color (decimal): -15158711 or 4829720. OLE color: 4829720.
HSL color Cylindrical-coordinate representation of color #18B249: hue angle of 139.09º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B249 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 178 | 73 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.30 |
| HSL | 139.09º | 0.76% | 0.4% | - |
| HSV(B) | 139.09º | 0.87% | 0.7% | - |
| XYZ | 17.5 | 32.52 | 11.66 | - |
| YUV | 119.98 | 101.48 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 73 | 0.87 | 0 | 0.59 | 0.30 | 139.09 | 0.76 | 0.4 |
| Hex | 18 | B2 | 49 | 57 | 0 | 3B | 1E | 8B | 4C | 28 |
| Octal | 30 | 262 | 111 | 127 | 0 | 73 | 36 | 213 | 114 | 50 |
| Binary | 11000 | 10110010 | 1001001 | 1010111 | 0 | 111011 | 11110 | 10001011 | 1001100 | 101000 |
Color Harmonies of #18B249
Complementary color
Monochromatic Colors of #18B249
Black with #18B249
Text Example
Text Example
White with #18B249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B249; }
p { color: rgb(24,178,73); }
H1.HeaderClassName
{
color: #18B249;
}
.AnyTagClassName
{
color: #18B249;
}
</style>
background-color css
<style>
a { background-color: #18B249; }
a { background-color: rgb(24,178,73); }
div.DivClassName
{
background-color: #18B249;
}
.BgClassName
{
background-color: #18B249;
}
</style>
border-color css
<style>
span { border-color: #18B249; }
span { border-color: rgb(24,178,73); }
td.TdClassName
{
border-color: #18B249;
}
.TagClassName
{
border-color: #18B249;
}
</style>