Shades of Dark Pastel Green #18AF3E
Tints of Dark Pastel Green #18AF3E
RGB
CMYK
RGB Variations
Color information
#18AF3E (or 0x18AF3E) is known color: Dark Pastel Green. HEX triplet: 18, AF and 3E. RGB value is (24,175,62). Sum of RGB (Red+Green+Blue) = 24+175+62=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF3E is #E750C1. Grayscale: #757575. Windows color (decimal): -15159490 or 4108056. OLE color: 4108056.
HSL color Cylindrical-coordinate representation of color #18AF3E: hue angle of 135.1º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF3E is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 175 | 62 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.31 |
| HSL | 135.1º | 0.76% | 0.39% | - |
| HSV(B) | 135.1º | 0.86% | 0.69% | - |
| XYZ | 16.58 | 31.2 | 9.71 | - |
| YUV | 116.97 | 96.97 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 62 | 0.86 | 0 | 0.65 | 0.31 | 135.1 | 0.76 | 0.39 |
| Hex | 18 | AF | 3E | 56 | 0 | 41 | 1F | 87 | 4C | 27 |
| Octal | 30 | 257 | 76 | 126 | 0 | 101 | 37 | 207 | 114 | 47 |
| Binary | 11000 | 10101111 | 111110 | 1010110 | 0 | 1000001 | 11111 | 10000111 | 1001100 | 100111 |
Color Harmonies of #18AF3E
Complementary color
Monochromatic Colors of #18AF3E
Black with #18AF3E
Text Example
Text Example
White with #18AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AF3E; }
p { color: rgb(24,175,62); }
H1.HeaderClassName
{
color: #18AF3E;
}
.AnyTagClassName
{
color: #18AF3E;
}
</style>
background-color css
<style>
a { background-color: #18AF3E; }
a { background-color: rgb(24,175,62); }
div.DivClassName
{
background-color: #18AF3E;
}
.BgClassName
{
background-color: #18AF3E;
}
</style>
border-color css
<style>
span { border-color: #18AF3E; }
span { border-color: rgb(24,175,62); }
td.TdClassName
{
border-color: #18AF3E;
}
.TagClassName
{
border-color: #18AF3E;
}
</style>