Shades of Dark Pastel Green #18A83B
Tints of Dark Pastel Green #18A83B
RGB
CMYK
RGB Variations
Color information
#18A83B (or 0x18A83B) is known color: Dark Pastel Green. HEX triplet: 18, A8 and 3B. RGB value is (24,168,59). Sum of RGB (Red+Green+Blue) = 24+168+59=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 168 (66.02% from 255 or 66.93% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 168 - color contains mainly: green. Hex color #18A83B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A83B is #E757C4. Grayscale: #707070. Windows color (decimal): -15161285 or 3909656. OLE color: 3909656.
HSL color Cylindrical-coordinate representation of color #18A83B: hue angle of 134.58º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A83B is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 168 | 59 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.34 |
| HSL | 134.58º | 0.75% | 0.38% | - |
| HSV(B) | 134.58º | 0.86% | 0.66% | - |
| XYZ | 15.17 | 28.52 | 8.84 | - |
| YUV | 112.52 | 97.79 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 59 | 0.86 | 0 | 0.65 | 0.34 | 134.58 | 0.75 | 0.38 |
| Hex | 18 | A8 | 3B | 56 | 0 | 41 | 22 | 87 | 4B | 26 |
| Octal | 30 | 250 | 73 | 126 | 0 | 101 | 42 | 207 | 113 | 46 |
| Binary | 11000 | 10101000 | 111011 | 1010110 | 0 | 1000001 | 100010 | 10000111 | 1001011 | 100110 |
Color Harmonies of #18A83B
Complementary color
Monochromatic Colors of #18A83B
Black with #18A83B
Text Example
Text Example
White with #18A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A83B; }
p { color: rgb(24,168,59); }
H1.HeaderClassName
{
color: #18A83B;
}
.AnyTagClassName
{
color: #18A83B;
}
</style>
background-color css
<style>
a { background-color: #18A83B; }
a { background-color: rgb(24,168,59); }
div.DivClassName
{
background-color: #18A83B;
}
.BgClassName
{
background-color: #18A83B;
}
</style>
border-color css
<style>
span { border-color: #18A83B; }
span { border-color: rgb(24,168,59); }
td.TdClassName
{
border-color: #18A83B;
}
.TagClassName
{
border-color: #18A83B;
}
</style>