Shades of Dark Pastel Green #18C63C
Tints of Dark Pastel Green #18C63C
RGB
CMYK
RGB Variations
Color information
#18C63C (or 0x18C63C) is known color: Dark Pastel Green. HEX triplet: 18, C6 and 3C. RGB value is (24,198,60). Sum of RGB (Red+Green+Blue) = 24+198+60=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 198 (77.73% from 255 or 70.21% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 198 - color contains mainly: green. Hex color #18C63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C63C is #E739C3. Grayscale: #828282. Windows color (decimal): -15153604 or 3982872. OLE color: 3982872.
HSL color Cylindrical-coordinate representation of color #18C63C: hue angle of 132.41º 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 #18C63C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 60 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.22 |
| HSL | 132.41º | 0.78% | 0.44% | - |
| HSV(B) | 132.41º | 0.88% | 0.78% | - |
| XYZ | 21.39 | 40.91 | 11.04 | - |
| YUV | 130.24 | 88.35 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 60 | 0.88 | 0 | 0.70 | 0.22 | 132.41 | 0.78 | 0.44 |
| Hex | 18 | C6 | 3C | 58 | 0 | 46 | 16 | 84 | 4E | 2C |
| Octal | 30 | 306 | 74 | 130 | 0 | 106 | 26 | 204 | 116 | 54 |
| Binary | 11000 | 11000110 | 111100 | 1011000 | 0 | 1000110 | 10110 | 10000100 | 1001110 | 101100 |
Color Harmonies of #18C63C
Complementary color
Monochromatic Colors of #18C63C
Black with #18C63C
Text Example
Text Example
White with #18C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C63C; }
p { color: rgb(24,198,60); }
H1.HeaderClassName
{
color: #18C63C;
}
.AnyTagClassName
{
color: #18C63C;
}
</style>
background-color css
<style>
a { background-color: #18C63C; }
a { background-color: rgb(24,198,60); }
div.DivClassName
{
background-color: #18C63C;
}
.BgClassName
{
background-color: #18C63C;
}
</style>
border-color css
<style>
span { border-color: #18C63C; }
span { border-color: rgb(24,198,60); }
td.TdClassName
{
border-color: #18C63C;
}
.TagClassName
{
border-color: #18C63C;
}
</style>