Shades of Dark Pastel Green #18C144
Tints of Dark Pastel Green #18C144
RGB
CMYK
RGB Variations
Color information
#18C144 (or 0x18C144) is known color: Dark Pastel Green. HEX triplet: 18, C1 and 44. RGB value is (24,193,68). Sum of RGB (Red+Green+Blue) = 24+193+68=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #18C144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C144 is #E73EBB. Grayscale: #808080. Windows color (decimal): -15154876 or 4505880. OLE color: 4505880.
HSL color Cylindrical-coordinate representation of color #18C144: hue angle of 135.62º 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 #18C144 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 68 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.24 |
| HSL | 135.62º | 0.78% | 0.43% | - |
| HSV(B) | 135.62º | 0.88% | 0.76% | - |
| XYZ | 20.49 | 38.75 | 11.87 | - |
| YUV | 128.22 | 94.01 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 68 | 0.88 | 0 | 0.65 | 0.24 | 135.62 | 0.78 | 0.43 |
| Hex | 18 | C1 | 44 | 58 | 0 | 41 | 18 | 88 | 4E | 2B |
| Octal | 30 | 301 | 104 | 130 | 0 | 101 | 30 | 210 | 116 | 53 |
| Binary | 11000 | 11000001 | 1000100 | 1011000 | 0 | 1000001 | 11000 | 10001000 | 1001110 | 101011 |
Color Harmonies of #18C144
Complementary color
Monochromatic Colors of #18C144
Black with #18C144
Text Example
Text Example
White with #18C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C144; }
p { color: rgb(24,193,68); }
H1.HeaderClassName
{
color: #18C144;
}
.AnyTagClassName
{
color: #18C144;
}
</style>
background-color css
<style>
a { background-color: #18C144; }
a { background-color: rgb(24,193,68); }
div.DivClassName
{
background-color: #18C144;
}
.BgClassName
{
background-color: #18C144;
}
</style>
border-color css
<style>
span { border-color: #18C144; }
span { border-color: rgb(24,193,68); }
td.TdClassName
{
border-color: #18C144;
}
.TagClassName
{
border-color: #18C144;
}
</style>