Shades of Dark Pastel Green #18CB3A
Tints of Dark Pastel Green #18CB3A
RGB
CMYK
RGB Variations
Color information
#18CB3A (or 0x18CB3A) is known color: Dark Pastel Green. HEX triplet: 18, CB and 3A. RGB value is (24,203,58). Sum of RGB (Red+Green+Blue) = 24+203+58=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 203 (79.69% from 255 or 71.23% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB3A is #E734C5. Grayscale: #858585. Windows color (decimal): -15152326 or 3853080. OLE color: 3853080.
HSL color Cylindrical-coordinate representation of color #18CB3A: hue angle of 131.4º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CB3A is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 58 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.20 |
| HSL | 131.4º | 0.79% | 0.45% | - |
| HSV(B) | 131.4º | 0.88% | 0.8% | - |
| XYZ | 22.5 | 43.21 | 11.16 | - |
| YUV | 132.95 | 85.7 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 58 | 0.88 | 0 | 0.71 | 0.20 | 131.4 | 0.79 | 0.45 |
| Hex | 18 | CB | 3A | 58 | 0 | 47 | 14 | 83 | 4F | 2D |
| Octal | 30 | 313 | 72 | 130 | 0 | 107 | 24 | 203 | 117 | 55 |
| Binary | 11000 | 11001011 | 111010 | 1011000 | 0 | 1000111 | 10100 | 10000011 | 1001111 | 101101 |
Color Harmonies of #18CB3A
Complementary color
Monochromatic Colors of #18CB3A
Black with #18CB3A
Text Example
Text Example
White with #18CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB3A; }
p { color: rgb(24,203,58); }
H1.HeaderClassName
{
color: #18CB3A;
}
.AnyTagClassName
{
color: #18CB3A;
}
</style>
background-color css
<style>
a { background-color: #18CB3A; }
a { background-color: rgb(24,203,58); }
div.DivClassName
{
background-color: #18CB3A;
}
.BgClassName
{
background-color: #18CB3A;
}
</style>
border-color css
<style>
span { border-color: #18CB3A; }
span { border-color: rgb(24,203,58); }
td.TdClassName
{
border-color: #18CB3A;
}
.TagClassName
{
border-color: #18CB3A;
}
</style>