Shades of Dark Pastel Green #18C130
Tints of Dark Pastel Green #18C130
RGB
CMYK
RGB Variations
Color information
#18C130 (or 0x18C130) is known color: Dark Pastel Green. HEX triplet: 18, C1 and 30. RGB value is (24,193,48). Sum of RGB (Red+Green+Blue) = 24+193+48=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #18C130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C130 is #E73ECF. Grayscale: #7E7E7E. Windows color (decimal): -15154896 or 3195160. OLE color: 3195160.
HSL color Cylindrical-coordinate representation of color #18C130: hue angle of 128.52º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C130 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 48 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.24 |
| HSL | 128.52º | 0.78% | 0.43% | - |
| HSV(B) | 128.52º | 0.88% | 0.76% | - |
| XYZ | 19.98 | 38.55 | 9.18 | - |
| YUV | 125.94 | 84.01 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 48 | 0.88 | 0 | 0.75 | 0.24 | 128.52 | 0.78 | 0.43 |
| Hex | 18 | C1 | 30 | 58 | 0 | 4B | 18 | 81 | 4E | 2B |
| Octal | 30 | 301 | 60 | 130 | 0 | 113 | 30 | 201 | 116 | 53 |
| Binary | 11000 | 11000001 | 110000 | 1011000 | 0 | 1001011 | 11000 | 10000001 | 1001110 | 101011 |
Color Harmonies of #18C130
Complementary color
Monochromatic Colors of #18C130
Black with #18C130
Text Example
Text Example
White with #18C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C130; }
p { color: rgb(24,193,48); }
H1.HeaderClassName
{
color: #18C130;
}
.AnyTagClassName
{
color: #18C130;
}
</style>
background-color css
<style>
a { background-color: #18C130; }
a { background-color: rgb(24,193,48); }
div.DivClassName
{
background-color: #18C130;
}
.BgClassName
{
background-color: #18C130;
}
</style>
border-color css
<style>
span { border-color: #18C130; }
span { border-color: rgb(24,193,48); }
td.TdClassName
{
border-color: #18C130;
}
.TagClassName
{
border-color: #18C130;
}
</style>