Shades of Dark Pastel Green #12AD23
Tints of Dark Pastel Green #12AD23
RGB
CMYK
RGB Variations
Color information
#12AD23 (or 0x12AD23) is known color: Dark Pastel Green. HEX triplet: 12, AD and 23. RGB value is (18,173,35). Sum of RGB (Red+Green+Blue) = 18+173+35=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 173 (67.97% from 255 or 76.55% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AD23 is #ED52DC. Grayscale: #6F6F6F. Windows color (decimal): -15553245 or 2338066. OLE color: 2338066.
HSL color Cylindrical-coordinate representation of color #12AD23: hue angle of 126.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD23 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 35 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.32 |
| HSL | 126.58º | 0.81% | 0.37% | - |
| HSV(B) | 126.58º | 0.9% | 0.68% | - |
| XYZ | 15.5 | 30.14 | 6.59 | - |
| YUV | 110.92 | 85.15 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 35 | 0.90 | 0 | 0.80 | 0.32 | 126.58 | 0.81 | 0.37 |
| Hex | 12 | AD | 23 | 5A | 0 | 50 | 20 | 7F | 51 | 25 |
| Octal | 22 | 255 | 43 | 132 | 0 | 120 | 40 | 177 | 121 | 45 |
| Binary | 10010 | 10101101 | 100011 | 1011010 | 0 | 1010000 | 100000 | 1111111 | 1010001 | 100101 |
Color Harmonies of #12AD23
Complementary color
Monochromatic Colors of #12AD23
Black with #12AD23
Text Example
Text Example
White with #12AD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD23; }
p { color: rgb(18,173,35); }
H1.HeaderClassName
{
color: #12AD23;
}
.AnyTagClassName
{
color: #12AD23;
}
</style>
background-color css
<style>
a { background-color: #12AD23; }
a { background-color: rgb(18,173,35); }
div.DivClassName
{
background-color: #12AD23;
}
.BgClassName
{
background-color: #12AD23;
}
</style>
border-color css
<style>
span { border-color: #12AD23; }
span { border-color: rgb(18,173,35); }
td.TdClassName
{
border-color: #12AD23;
}
.TagClassName
{
border-color: #12AD23;
}
</style>