Shades of Dark Pastel Green #18C045
Tints of Dark Pastel Green #18C045
RGB
CMYK
RGB Variations
Color information
#18C045 (or 0x18C045) is known color: Dark Pastel Green. HEX triplet: 18, C0 and 45. RGB value is (24,192,69). Sum of RGB (Red+Green+Blue) = 24+192+69=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #18C045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C045 is #E73FBA. Grayscale: #808080. Windows color (decimal): -15155131 or 4571160. OLE color: 4571160.
HSL color Cylindrical-coordinate representation of color #18C045: hue angle of 136.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C045 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 69 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.25 |
| HSL | 136.07º | 0.78% | 0.42% | - |
| HSV(B) | 136.07º | 0.88% | 0.75% | - |
| XYZ | 20.3 | 38.32 | 11.96 | - |
| YUV | 127.75 | 94.84 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 69 | 0.88 | 0 | 0.64 | 0.25 | 136.07 | 0.78 | 0.42 |
| Hex | 18 | C0 | 45 | 58 | 0 | 40 | 19 | 88 | 4E | 2A |
| Octal | 30 | 300 | 105 | 130 | 0 | 100 | 31 | 210 | 116 | 52 |
| Binary | 11000 | 11000000 | 1000101 | 1011000 | 0 | 1000000 | 11001 | 10001000 | 1001110 | 101010 |
Color Harmonies of #18C045
Complementary color
Monochromatic Colors of #18C045
Black with #18C045
Text Example
Text Example
White with #18C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C045; }
p { color: rgb(24,192,69); }
H1.HeaderClassName
{
color: #18C045;
}
.AnyTagClassName
{
color: #18C045;
}
</style>
background-color css
<style>
a { background-color: #18C045; }
a { background-color: rgb(24,192,69); }
div.DivClassName
{
background-color: #18C045;
}
.BgClassName
{
background-color: #18C045;
}
</style>
border-color css
<style>
span { border-color: #18C045; }
span { border-color: rgb(24,192,69); }
td.TdClassName
{
border-color: #18C045;
}
.TagClassName
{
border-color: #18C045;
}
</style>