Shades of Dark Pastel Green #18BC54
Tints of Dark Pastel Green #18BC54
RGB
CMYK
RGB Variations
Color information
#18BC54 (or 0x18BC54) is known color: Dark Pastel Green. HEX triplet: 18, BC and 54. RGB value is (24,188,84). Sum of RGB (Red+Green+Blue) = 24+188+84=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BC54 is #E743AB. Grayscale: #7F7F7F. Windows color (decimal): -15156140 or 5553176. OLE color: 5553176.
HSL color Cylindrical-coordinate representation of color #18BC54: hue angle of 141.95º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BC54 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 84 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.26 |
| HSL | 141.95º | 0.77% | 0.42% | - |
| HSV(B) | 141.95º | 0.87% | 0.74% | - |
| XYZ | 19.96 | 36.8 | 14.44 | - |
| YUV | 127.11 | 103.67 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 84 | 0.87 | 0 | 0.55 | 0.26 | 141.95 | 0.77 | 0.42 |
| Hex | 18 | BC | 54 | 57 | 0 | 37 | 1A | 8E | 4D | 2A |
| Octal | 30 | 274 | 124 | 127 | 0 | 67 | 32 | 216 | 115 | 52 |
| Binary | 11000 | 10111100 | 1010100 | 1010111 | 0 | 110111 | 11010 | 10001110 | 1001101 | 101010 |
Color Harmonies of #18BC54
Complementary color
Monochromatic Colors of #18BC54
Black with #18BC54
Text Example
Text Example
White with #18BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC54; }
p { color: rgb(24,188,84); }
H1.HeaderClassName
{
color: #18BC54;
}
.AnyTagClassName
{
color: #18BC54;
}
</style>
background-color css
<style>
a { background-color: #18BC54; }
a { background-color: rgb(24,188,84); }
div.DivClassName
{
background-color: #18BC54;
}
.BgClassName
{
background-color: #18BC54;
}
</style>
border-color css
<style>
span { border-color: #18BC54; }
span { border-color: rgb(24,188,84); }
td.TdClassName
{
border-color: #18BC54;
}
.TagClassName
{
border-color: #18BC54;
}
</style>