Shades of Dark Pastel Green #18A63C
Tints of Dark Pastel Green #18A63C
RGB
CMYK
RGB Variations
Color information
#18A63C (or 0x18A63C) is known color: Dark Pastel Green. HEX triplet: 18, A6 and 3C. RGB value is (24,166,60). Sum of RGB (Red+Green+Blue) = 24+166+60=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 166 (65.23% from 255 or 66.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 166 - color contains mainly: green. Hex color #18A63C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A63C is #E759C3. Grayscale: #6F6F6F. Windows color (decimal): -15161796 or 3974680. OLE color: 3974680.
HSL color Cylindrical-coordinate representation of color #18A63C: hue angle of 135.21º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A63C is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 60 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.35 |
| HSL | 135.21º | 0.75% | 0.37% | - |
| HSV(B) | 135.21º | 0.86% | 0.65% | - |
| XYZ | 14.83 | 27.79 | 8.86 | - |
| YUV | 111.46 | 98.96 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 60 | 0.86 | 0 | 0.64 | 0.35 | 135.21 | 0.75 | 0.37 |
| Hex | 18 | A6 | 3C | 56 | 0 | 40 | 23 | 87 | 4B | 25 |
| Octal | 30 | 246 | 74 | 126 | 0 | 100 | 43 | 207 | 113 | 45 |
| Binary | 11000 | 10100110 | 111100 | 1010110 | 0 | 1000000 | 100011 | 10000111 | 1001011 | 100101 |
Color Harmonies of #18A63C
Complementary color
Monochromatic Colors of #18A63C
Black with #18A63C
Text Example
Text Example
White with #18A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A63C; }
p { color: rgb(24,166,60); }
H1.HeaderClassName
{
color: #18A63C;
}
.AnyTagClassName
{
color: #18A63C;
}
</style>
background-color css
<style>
a { background-color: #18A63C; }
a { background-color: rgb(24,166,60); }
div.DivClassName
{
background-color: #18A63C;
}
.BgClassName
{
background-color: #18A63C;
}
</style>
border-color css
<style>
span { border-color: #18A63C; }
span { border-color: rgb(24,166,60); }
td.TdClassName
{
border-color: #18A63C;
}
.TagClassName
{
border-color: #18A63C;
}
</style>