Shades of Dark Pastel Green #18B145
Tints of Dark Pastel Green #18B145
RGB
CMYK
RGB Variations
Color information
#18B145 (or 0x18B145) is known color: Dark Pastel Green. HEX triplet: 18, B1 and 45. RGB value is (24,177,69). Sum of RGB (Red+Green+Blue) = 24+177+69=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #18B145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B145 is #E74EBA. Grayscale: #777777. Windows color (decimal): -15158971 or 4567320. OLE color: 4567320.
HSL color Cylindrical-coordinate representation of color #18B145: hue angle of 137.65º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B145 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 177 | 69 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.31 |
| HSL | 137.65º | 0.76% | 0.39% | - |
| HSV(B) | 137.65º | 0.86% | 0.69% | - |
| XYZ | 17.17 | 32.07 | 10.91 | - |
| YUV | 118.94 | 99.81 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 69 | 0.86 | 0 | 0.61 | 0.31 | 137.65 | 0.76 | 0.39 |
| Hex | 18 | B1 | 45 | 56 | 0 | 3D | 1F | 8A | 4C | 27 |
| Octal | 30 | 261 | 105 | 126 | 0 | 75 | 37 | 212 | 114 | 47 |
| Binary | 11000 | 10110001 | 1000101 | 1010110 | 0 | 111101 | 11111 | 10001010 | 1001100 | 100111 |
Color Harmonies of #18B145
Complementary color
Monochromatic Colors of #18B145
Black with #18B145
Text Example
Text Example
White with #18B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B145; }
p { color: rgb(24,177,69); }
H1.HeaderClassName
{
color: #18B145;
}
.AnyTagClassName
{
color: #18B145;
}
</style>
background-color css
<style>
a { background-color: #18B145; }
a { background-color: rgb(24,177,69); }
div.DivClassName
{
background-color: #18B145;
}
.BgClassName
{
background-color: #18B145;
}
</style>
border-color css
<style>
span { border-color: #18B145; }
span { border-color: rgb(24,177,69); }
td.TdClassName
{
border-color: #18B145;
}
.TagClassName
{
border-color: #18B145;
}
</style>