Shades of Dark Pastel Green #18C538
Tints of Dark Pastel Green #18C538
RGB
CMYK
RGB Variations
Color information
#18C538 (or 0x18C538) is known color: Dark Pastel Green. HEX triplet: 18, C5 and 38. RGB value is (24,197,56). Sum of RGB (Red+Green+Blue) = 24+197+56=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 197 (77.34% from 255 or 71.12% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 197 - color contains mainly: green. Hex color #18C538 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C538 is #E73AC7. Grayscale: #818181. Windows color (decimal): -15153864 or 3720472. OLE color: 3720472.
HSL color Cylindrical-coordinate representation of color #18C538: hue angle of 131.1º 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 #18C538 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 56 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.23 |
| HSL | 131.1º | 0.78% | 0.43% | - |
| HSV(B) | 131.1º | 0.88% | 0.77% | - |
| XYZ | 21.06 | 40.41 | 10.43 | - |
| YUV | 129.2 | 86.69 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 56 | 0.88 | 0 | 0.72 | 0.23 | 131.1 | 0.78 | 0.43 |
| Hex | 18 | C5 | 38 | 58 | 0 | 48 | 17 | 83 | 4E | 2B |
| Octal | 30 | 305 | 70 | 130 | 0 | 110 | 27 | 203 | 116 | 53 |
| Binary | 11000 | 11000101 | 111000 | 1011000 | 0 | 1001000 | 10111 | 10000011 | 1001110 | 101011 |
Color Harmonies of #18C538
Complementary color
Monochromatic Colors of #18C538
Black with #18C538
Text Example
Text Example
White with #18C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C538; }
p { color: rgb(24,197,56); }
H1.HeaderClassName
{
color: #18C538;
}
.AnyTagClassName
{
color: #18C538;
}
</style>
background-color css
<style>
a { background-color: #18C538; }
a { background-color: rgb(24,197,56); }
div.DivClassName
{
background-color: #18C538;
}
.BgClassName
{
background-color: #18C538;
}
</style>
border-color css
<style>
span { border-color: #18C538; }
span { border-color: rgb(24,197,56); }
td.TdClassName
{
border-color: #18C538;
}
.TagClassName
{
border-color: #18C538;
}
</style>