Shades of Dark Pastel Green #18C745
Tints of Dark Pastel Green #18C745
RGB
CMYK
RGB Variations
Color information
#18C745 (or 0x18C745) is known color: Dark Pastel Green. HEX triplet: 18, C7 and 45. RGB value is (24,199,69). Sum of RGB (Red+Green+Blue) = 24+199+69=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 199 (78.12% from 255 or 68.15% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 199 - color contains mainly: green. Hex color #18C745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C745 is #E738BA. Grayscale: #848484. Windows color (decimal): -15153339 or 4572952. OLE color: 4572952.
HSL color Cylindrical-coordinate representation of color #18C745: hue angle of 135.43º 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 #18C745 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 199 | 69 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.22 |
| HSL | 135.43º | 0.78% | 0.44% | - |
| HSV(B) | 135.43º | 0.88% | 0.78% | - |
| XYZ | 21.87 | 41.47 | 12.48 | - |
| YUV | 131.86 | 92.52 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 69 | 0.88 | 0 | 0.65 | 0.22 | 135.43 | 0.78 | 0.44 |
| Hex | 18 | C7 | 45 | 58 | 0 | 41 | 16 | 87 | 4E | 2C |
| Octal | 30 | 307 | 105 | 130 | 0 | 101 | 26 | 207 | 116 | 54 |
| Binary | 11000 | 11000111 | 1000101 | 1011000 | 0 | 1000001 | 10110 | 10000111 | 1001110 | 101100 |
Color Harmonies of #18C745
Complementary color
Monochromatic Colors of #18C745
Black with #18C745
Text Example
Text Example
White with #18C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C745; }
p { color: rgb(24,199,69); }
H1.HeaderClassName
{
color: #18C745;
}
.AnyTagClassName
{
color: #18C745;
}
</style>
background-color css
<style>
a { background-color: #18C745; }
a { background-color: rgb(24,199,69); }
div.DivClassName
{
background-color: #18C745;
}
.BgClassName
{
background-color: #18C745;
}
</style>
border-color css
<style>
span { border-color: #18C745; }
span { border-color: rgb(24,199,69); }
td.TdClassName
{
border-color: #18C745;
}
.TagClassName
{
border-color: #18C745;
}
</style>