Shades of Dark Pastel Green #18C148
Tints of Dark Pastel Green #18C148
RGB
CMYK
RGB Variations
Color information
#18C148 (or 0x18C148) is known color: Dark Pastel Green. HEX triplet: 18, C1 and 48. RGB value is (24,193,72). Sum of RGB (Red+Green+Blue) = 24+193+72=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #18C148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C148 is #E73EB7. Grayscale: #808080. Windows color (decimal): -15154872 or 4768024. OLE color: 4768024.
HSL color Cylindrical-coordinate representation of color #18C148: hue angle of 137.04º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C148 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 72 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.24 |
| HSL | 137.04º | 0.78% | 0.43% | - |
| HSV(B) | 137.04º | 0.88% | 0.76% | - |
| XYZ | 20.62 | 38.8 | 12.53 | - |
| YUV | 128.68 | 96.01 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 72 | 0.88 | 0 | 0.63 | 0.24 | 137.04 | 0.78 | 0.43 |
| Hex | 18 | C1 | 48 | 58 | 0 | 3F | 18 | 89 | 4E | 2B |
| Octal | 30 | 301 | 110 | 130 | 0 | 77 | 30 | 211 | 116 | 53 |
| Binary | 11000 | 11000001 | 1001000 | 1011000 | 0 | 111111 | 11000 | 10001001 | 1001110 | 101011 |
Color Harmonies of #18C148
Complementary color
Monochromatic Colors of #18C148
Black with #18C148
Text Example
Text Example
White with #18C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C148; }
p { color: rgb(24,193,72); }
H1.HeaderClassName
{
color: #18C148;
}
.AnyTagClassName
{
color: #18C148;
}
</style>
background-color css
<style>
a { background-color: #18C148; }
a { background-color: rgb(24,193,72); }
div.DivClassName
{
background-color: #18C148;
}
.BgClassName
{
background-color: #18C148;
}
</style>
border-color css
<style>
span { border-color: #18C148; }
span { border-color: rgb(24,193,72); }
td.TdClassName
{
border-color: #18C148;
}
.TagClassName
{
border-color: #18C148;
}
</style>