Shades of Dark Pastel Green #18BA38
Tints of Dark Pastel Green #18BA38
RGB
CMYK
RGB Variations
Color information
#18BA38 (or 0x18BA38) is known color: Dark Pastel Green. HEX triplet: 18, BA and 38. RGB value is (24,186,56). Sum of RGB (Red+Green+Blue) = 24+186+56=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA38 is #E745C7. Grayscale: #7B7B7B. Windows color (decimal): -15156680 or 3717656. OLE color: 3717656.
HSL color Cylindrical-coordinate representation of color #18BA38: hue angle of 131.85º 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 #18BA38 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 186 | 56 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.27 |
| HSL | 131.85º | 0.77% | 0.41% | - |
| HSV(B) | 131.85º | 0.87% | 0.73% | - |
| XYZ | 18.65 | 35.6 | 9.63 | - |
| YUV | 122.74 | 90.33 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 56 | 0.87 | 0 | 0.70 | 0.27 | 131.85 | 0.77 | 0.41 |
| Hex | 18 | BA | 38 | 57 | 0 | 46 | 1B | 84 | 4D | 29 |
| Octal | 30 | 272 | 70 | 127 | 0 | 106 | 33 | 204 | 115 | 51 |
| Binary | 11000 | 10111010 | 111000 | 1010111 | 0 | 1000110 | 11011 | 10000100 | 1001101 | 101001 |
Color Harmonies of #18BA38
Complementary color
Monochromatic Colors of #18BA38
Black with #18BA38
Text Example
Text Example
White with #18BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BA38; }
p { color: rgb(24,186,56); }
H1.HeaderClassName
{
color: #18BA38;
}
.AnyTagClassName
{
color: #18BA38;
}
</style>
background-color css
<style>
a { background-color: #18BA38; }
a { background-color: rgb(24,186,56); }
div.DivClassName
{
background-color: #18BA38;
}
.BgClassName
{
background-color: #18BA38;
}
</style>
border-color css
<style>
span { border-color: #18BA38; }
span { border-color: rgb(24,186,56); }
td.TdClassName
{
border-color: #18BA38;
}
.TagClassName
{
border-color: #18BA38;
}
</style>