Shades of Dark Pastel Green #18BB53
Tints of Dark Pastel Green #18BB53
RGB
CMYK
RGB Variations
Color information
#18BB53 (or 0x18BB53) is known color: Dark Pastel Green. HEX triplet: 18, BB and 53. RGB value is (24,187,83). Sum of RGB (Red+Green+Blue) = 24+187+83=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 187 (73.44% from 255 or 63.61% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BB53 is #E744AC. Grayscale: #7E7E7E. Windows color (decimal): -15156397 or 5487384. OLE color: 5487384.
HSL color Cylindrical-coordinate representation of color #18BB53: hue angle of 141.72º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BB53 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 187 | 83 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.27 |
| HSL | 141.72º | 0.77% | 0.41% | - |
| HSV(B) | 141.72º | 0.87% | 0.73% | - |
| XYZ | 19.71 | 36.36 | 14.16 | - |
| YUV | 126.41 | 103.5 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 83 | 0.87 | 0 | 0.56 | 0.27 | 141.72 | 0.77 | 0.41 |
| Hex | 18 | BB | 53 | 57 | 0 | 38 | 1B | 8E | 4D | 29 |
| Octal | 30 | 273 | 123 | 127 | 0 | 70 | 33 | 216 | 115 | 51 |
| Binary | 11000 | 10111011 | 1010011 | 1010111 | 0 | 111000 | 11011 | 10001110 | 1001101 | 101001 |
Color Harmonies of #18BB53
Complementary color
Monochromatic Colors of #18BB53
Black with #18BB53
Text Example
Text Example
White with #18BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BB53; }
p { color: rgb(24,187,83); }
H1.HeaderClassName
{
color: #18BB53;
}
.AnyTagClassName
{
color: #18BB53;
}
</style>
background-color css
<style>
a { background-color: #18BB53; }
a { background-color: rgb(24,187,83); }
div.DivClassName
{
background-color: #18BB53;
}
.BgClassName
{
background-color: #18BB53;
}
</style>
border-color css
<style>
span { border-color: #18BB53; }
span { border-color: rgb(24,187,83); }
td.TdClassName
{
border-color: #18BB53;
}
.TagClassName
{
border-color: #18BB53;
}
</style>