Shades of Dark Pastel Green #18B223
Tints of Dark Pastel Green #18B223
RGB
CMYK
RGB Variations
Color information
#18B223 (or 0x18B223) is known color: Dark Pastel Green. HEX triplet: 18, B2 and 23. RGB value is (24,178,35). Sum of RGB (Red+Green+Blue) = 24+178+35=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 178 (69.92% from 255 or 75.11% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 178 - color contains mainly: green. Hex color #18B223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B223 is #E74DDC. Grayscale: #747474. Windows color (decimal): -15158749 or 2339352. OLE color: 2339352.
HSL color Cylindrical-coordinate representation of color #18B223: hue angle of 124.29º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B223 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 178 | 35 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.30 |
| HSL | 124.29º | 0.76% | 0.4% | - |
| HSV(B) | 124.29º | 0.87% | 0.7% | - |
| XYZ | 16.6 | 32.16 | 6.92 | - |
| YUV | 115.65 | 82.48 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 35 | 0.87 | 0 | 0.80 | 0.30 | 124.29 | 0.76 | 0.4 |
| Hex | 18 | B2 | 23 | 57 | 0 | 50 | 1E | 7C | 4C | 28 |
| Octal | 30 | 262 | 43 | 127 | 0 | 120 | 36 | 174 | 114 | 50 |
| Binary | 11000 | 10110010 | 100011 | 1010111 | 0 | 1010000 | 11110 | 1111100 | 1001100 | 101000 |
Color Harmonies of #18B223
Complementary color
Monochromatic Colors of #18B223
Black with #18B223
Text Example
Text Example
White with #18B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B223; }
p { color: rgb(24,178,35); }
H1.HeaderClassName
{
color: #18B223;
}
.AnyTagClassName
{
color: #18B223;
}
</style>
background-color css
<style>
a { background-color: #18B223; }
a { background-color: rgb(24,178,35); }
div.DivClassName
{
background-color: #18B223;
}
.BgClassName
{
background-color: #18B223;
}
</style>
border-color css
<style>
span { border-color: #18B223; }
span { border-color: rgb(24,178,35); }
td.TdClassName
{
border-color: #18B223;
}
.TagClassName
{
border-color: #18B223;
}
</style>