Shades of Dark Pastel Green #18C13D
Tints of Dark Pastel Green #18C13D
RGB
CMYK
RGB Variations
Color information
#18C13D (or 0x18C13D) is known color: Dark Pastel Green. HEX triplet: 18, C1 and 3D. RGB value is (24,193,61). Sum of RGB (Red+Green+Blue) = 24+193+61=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #18C13D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C13D is #E73EC2. Grayscale: #7F7F7F. Windows color (decimal): -15154883 or 4047128. OLE color: 4047128.
HSL color Cylindrical-coordinate representation of color #18C13D: hue angle of 133.14º 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 #18C13D is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 61 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.24 |
| HSL | 133.14º | 0.78% | 0.43% | - |
| HSV(B) | 133.14º | 0.88% | 0.76% | - |
| XYZ | 20.29 | 38.67 | 10.81 | - |
| YUV | 127.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 61 | 0.88 | 0 | 0.68 | 0.24 | 133.14 | 0.78 | 0.43 |
| Hex | 18 | C1 | 3D | 58 | 0 | 44 | 18 | 85 | 4E | 2B |
| Octal | 30 | 301 | 75 | 130 | 0 | 104 | 30 | 205 | 116 | 53 |
| Binary | 11000 | 11000001 | 111101 | 1011000 | 0 | 1000100 | 11000 | 10000101 | 1001110 | 101011 |
Color Harmonies of #18C13D
Complementary color
Monochromatic Colors of #18C13D
Black with #18C13D
Text Example
Text Example
White with #18C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C13D; }
p { color: rgb(24,193,61); }
H1.HeaderClassName
{
color: #18C13D;
}
.AnyTagClassName
{
color: #18C13D;
}
</style>
background-color css
<style>
a { background-color: #18C13D; }
a { background-color: rgb(24,193,61); }
div.DivClassName
{
background-color: #18C13D;
}
.BgClassName
{
background-color: #18C13D;
}
</style>
border-color css
<style>
span { border-color: #18C13D; }
span { border-color: rgb(24,193,61); }
td.TdClassName
{
border-color: #18C13D;
}
.TagClassName
{
border-color: #18C13D;
}
</style>