Shades of Dark Pastel Green #18C73C
Tints of Dark Pastel Green #18C73C
RGB
CMYK
RGB Variations
Color information
#18C73C (or 0x18C73C) is known color: Dark Pastel Green. HEX triplet: 18, C7 and 3C. RGB value is (24,199,60). Sum of RGB (Red+Green+Blue) = 24+199+60=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 199 (78.12% from 255 or 70.32% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 199 - color contains mainly: green. Hex color #18C73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C73C is #E738C3. Grayscale: #838383. Windows color (decimal): -15153348 or 3983128. OLE color: 3983128.
HSL color Cylindrical-coordinate representation of color #18C73C: hue angle of 132.34º 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 #18C73C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 199 | 60 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.22 |
| HSL | 132.34º | 0.78% | 0.44% | - |
| HSV(B) | 132.34º | 0.88% | 0.78% | - |
| XYZ | 21.62 | 41.37 | 11.12 | - |
| YUV | 130.83 | 88.02 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 60 | 0.88 | 0 | 0.70 | 0.22 | 132.34 | 0.78 | 0.44 |
| Hex | 18 | C7 | 3C | 58 | 0 | 46 | 16 | 84 | 4E | 2C |
| Octal | 30 | 307 | 74 | 130 | 0 | 106 | 26 | 204 | 116 | 54 |
| Binary | 11000 | 11000111 | 111100 | 1011000 | 0 | 1000110 | 10110 | 10000100 | 1001110 | 101100 |
Color Harmonies of #18C73C
Complementary color
Monochromatic Colors of #18C73C
Black with #18C73C
Text Example
Text Example
White with #18C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C73C; }
p { color: rgb(24,199,60); }
H1.HeaderClassName
{
color: #18C73C;
}
.AnyTagClassName
{
color: #18C73C;
}
</style>
background-color css
<style>
a { background-color: #18C73C; }
a { background-color: rgb(24,199,60); }
div.DivClassName
{
background-color: #18C73C;
}
.BgClassName
{
background-color: #18C73C;
}
</style>
border-color css
<style>
span { border-color: #18C73C; }
span { border-color: rgb(24,199,60); }
td.TdClassName
{
border-color: #18C73C;
}
.TagClassName
{
border-color: #18C73C;
}
</style>