Shades of Dark Pastel Green #18A53D
Tints of Dark Pastel Green #18A53D
RGB
CMYK
RGB Variations
Color information
#18A53D (or 0x18A53D) is known color: Dark Pastel Green. HEX triplet: 18, A5 and 3D. RGB value is (24,165,61). Sum of RGB (Red+Green+Blue) = 24+165+61=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #18A53D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A53D is #E75AC2. Grayscale: #6F6F6F. Windows color (decimal): -15162051 or 4039960. OLE color: 4039960.
HSL color Cylindrical-coordinate representation of color #18A53D: hue angle of 135.74º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A53D is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 61 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.35 |
| HSL | 135.74º | 0.75% | 0.37% | - |
| HSV(B) | 135.74º | 0.85% | 0.65% | - |
| XYZ | 14.67 | 27.44 | 8.94 | - |
| YUV | 110.99 | 99.79 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 61 | 0.85 | 0 | 0.63 | 0.35 | 135.74 | 0.75 | 0.37 |
| Hex | 18 | A5 | 3D | 55 | 0 | 3F | 23 | 88 | 4B | 25 |
| Octal | 30 | 245 | 75 | 125 | 0 | 77 | 43 | 210 | 113 | 45 |
| Binary | 11000 | 10100101 | 111101 | 1010101 | 0 | 111111 | 100011 | 10001000 | 1001011 | 100101 |
Color Harmonies of #18A53D
Complementary color
Monochromatic Colors of #18A53D
Black with #18A53D
Text Example
Text Example
White with #18A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A53D; }
p { color: rgb(24,165,61); }
H1.HeaderClassName
{
color: #18A53D;
}
.AnyTagClassName
{
color: #18A53D;
}
</style>
background-color css
<style>
a { background-color: #18A53D; }
a { background-color: rgb(24,165,61); }
div.DivClassName
{
background-color: #18A53D;
}
.BgClassName
{
background-color: #18A53D;
}
</style>
border-color css
<style>
span { border-color: #18A53D; }
span { border-color: rgb(24,165,61); }
td.TdClassName
{
border-color: #18A53D;
}
.TagClassName
{
border-color: #18A53D;
}
</style>