Shades of Dark Pastel Green #18C645
Tints of Dark Pastel Green #18C645
RGB
CMYK
RGB Variations
Color information
#18C645 (or 0x18C645) is known color: Dark Pastel Green. HEX triplet: 18, C6 and 45. RGB value is (24,198,69). Sum of RGB (Red+Green+Blue) = 24+198+69=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 198 (77.73% from 255 or 68.04% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 198 - color contains mainly: green. Hex color #18C645 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C645 is #E739BA. Grayscale: #838383. Windows color (decimal): -15153595 or 4572696. OLE color: 4572696.
HSL color Cylindrical-coordinate representation of color #18C645: hue angle of 135.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C645 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 69 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.22 |
| HSL | 135.52º | 0.78% | 0.44% | - |
| HSV(B) | 135.52º | 0.88% | 0.78% | - |
| XYZ | 21.64 | 41.01 | 12.41 | - |
| YUV | 131.27 | 92.85 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 69 | 0.88 | 0 | 0.65 | 0.22 | 135.52 | 0.78 | 0.44 |
| Hex | 18 | C6 | 45 | 58 | 0 | 41 | 16 | 88 | 4E | 2C |
| Octal | 30 | 306 | 105 | 130 | 0 | 101 | 26 | 210 | 116 | 54 |
| Binary | 11000 | 11000110 | 1000101 | 1011000 | 0 | 1000001 | 10110 | 10001000 | 1001110 | 101100 |
Color Harmonies of #18C645
Complementary color
Monochromatic Colors of #18C645
Black with #18C645
Text Example
Text Example
White with #18C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C645; }
p { color: rgb(24,198,69); }
H1.HeaderClassName
{
color: #18C645;
}
.AnyTagClassName
{
color: #18C645;
}
</style>
background-color css
<style>
a { background-color: #18C645; }
a { background-color: rgb(24,198,69); }
div.DivClassName
{
background-color: #18C645;
}
.BgClassName
{
background-color: #18C645;
}
</style>
border-color css
<style>
span { border-color: #18C645; }
span { border-color: rgb(24,198,69); }
td.TdClassName
{
border-color: #18C645;
}
.TagClassName
{
border-color: #18C645;
}
</style>