Shades of Dark Pastel Green #18C93F
Tints of Dark Pastel Green #18C93F
RGB
CMYK
RGB Variations
Color information
#18C93F (or 0x18C93F) is known color: Dark Pastel Green. HEX triplet: 18, C9 and 3F. RGB value is (24,201,63). Sum of RGB (Red+Green+Blue) = 24+201+63=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 201 (78.91% from 255 or 69.79% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 201 - color contains mainly: green. Hex color #18C93F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C93F is #E736C0. Grayscale: #848484. Windows color (decimal): -15152833 or 4180248. OLE color: 4180248.
HSL color Cylindrical-coordinate representation of color #18C93F: hue angle of 133.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C93F is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 63 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.21 |
| HSL | 133.22º | 0.79% | 0.44% | - |
| HSV(B) | 133.22º | 0.88% | 0.79% | - |
| XYZ | 22.16 | 42.33 | 11.7 | - |
| YUV | 132.35 | 88.86 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 63 | 0.88 | 0 | 0.69 | 0.21 | 133.22 | 0.79 | 0.44 |
| Hex | 18 | C9 | 3F | 58 | 0 | 45 | 15 | 85 | 4F | 2C |
| Octal | 30 | 311 | 77 | 130 | 0 | 105 | 25 | 205 | 117 | 54 |
| Binary | 11000 | 11001001 | 111111 | 1011000 | 0 | 1000101 | 10101 | 10000101 | 1001111 | 101100 |
Color Harmonies of #18C93F
Complementary color
Monochromatic Colors of #18C93F
Black with #18C93F
Text Example
Text Example
White with #18C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C93F; }
p { color: rgb(24,201,63); }
H1.HeaderClassName
{
color: #18C93F;
}
.AnyTagClassName
{
color: #18C93F;
}
</style>
background-color css
<style>
a { background-color: #18C93F; }
a { background-color: rgb(24,201,63); }
div.DivClassName
{
background-color: #18C93F;
}
.BgClassName
{
background-color: #18C93F;
}
</style>
border-color css
<style>
span { border-color: #18C93F; }
span { border-color: rgb(24,201,63); }
td.TdClassName
{
border-color: #18C93F;
}
.TagClassName
{
border-color: #18C93F;
}
</style>