Shades of Dark Pastel Green #18C537
Tints of Dark Pastel Green #18C537
RGB
CMYK
RGB Variations
Color information
#18C537 (or 0x18C537) is known color: Dark Pastel Green. HEX triplet: 18, C5 and 37. RGB value is (24,197,55). Sum of RGB (Red+Green+Blue) = 24+197+55=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #18C537 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C537 is #E73AC8. Grayscale: #818181. Windows color (decimal): -15153865 or 3654936. OLE color: 3654936.
HSL color Cylindrical-coordinate representation of color #18C537: hue angle of 130.75º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C537 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 55 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.23 |
| HSL | 130.75º | 0.78% | 0.43% | - |
| HSV(B) | 130.75º | 0.88% | 0.77% | - |
| XYZ | 21.03 | 40.4 | 10.3 | - |
| YUV | 129.09 | 86.19 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 55 | 0.88 | 0 | 0.72 | 0.23 | 130.75 | 0.78 | 0.43 |
| Hex | 18 | C5 | 37 | 58 | 0 | 48 | 17 | 83 | 4E | 2B |
| Octal | 30 | 305 | 67 | 130 | 0 | 110 | 27 | 203 | 116 | 53 |
| Binary | 11000 | 11000101 | 110111 | 1011000 | 0 | 1001000 | 10111 | 10000011 | 1001110 | 101011 |
Color Harmonies of #18C537
Complementary color
Monochromatic Colors of #18C537
Black with #18C537
Text Example
Text Example
White with #18C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C537; }
p { color: rgb(24,197,55); }
H1.HeaderClassName
{
color: #18C537;
}
.AnyTagClassName
{
color: #18C537;
}
</style>
background-color css
<style>
a { background-color: #18C537; }
a { background-color: rgb(24,197,55); }
div.DivClassName
{
background-color: #18C537;
}
.BgClassName
{
background-color: #18C537;
}
</style>
border-color css
<style>
span { border-color: #18C537; }
span { border-color: rgb(24,197,55); }
td.TdClassName
{
border-color: #18C537;
}
.TagClassName
{
border-color: #18C537;
}
</style>