Shades of Dark Pastel Green #12B840
Tints of Dark Pastel Green #12B840
RGB
CMYK
RGB Variations
Color information
#12B840 (or 0x12B840) is known color: Dark Pastel Green. HEX triplet: 12, B8 and 40. RGB value is (18,184,64). Sum of RGB (Red+Green+Blue) = 18+184+64=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 184 (72.27% from 255 or 69.17% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 184 - color contains mainly: green. Hex color #12B840 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B840 is #ED47BF. Grayscale: #797979. Windows color (decimal): -15550400 or 4241426. OLE color: 4241426.
HSL color Cylindrical-coordinate representation of color #12B840: hue angle of 136.63º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B840 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 184 | 64 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.28 |
| HSL | 136.63º | 0.82% | 0.4% | - |
| HSV(B) | 136.63º | 0.9% | 0.72% | - |
| XYZ | 18.32 | 34.78 | 10.6 | - |
| YUV | 120.69 | 96 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 64 | 0.90 | 0 | 0.65 | 0.28 | 136.63 | 0.82 | 0.4 |
| Hex | 12 | B8 | 40 | 5A | 0 | 41 | 1C | 89 | 52 | 28 |
| Octal | 22 | 270 | 100 | 132 | 0 | 101 | 34 | 211 | 122 | 50 |
| Binary | 10010 | 10111000 | 1000000 | 1011010 | 0 | 1000001 | 11100 | 10001001 | 1010010 | 101000 |
Color Harmonies of #12B840
Complementary color
Monochromatic Colors of #12B840
Black with #12B840
Text Example
Text Example
White with #12B840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B840; }
p { color: rgb(18,184,64); }
H1.HeaderClassName
{
color: #12B840;
}
.AnyTagClassName
{
color: #12B840;
}
</style>
background-color css
<style>
a { background-color: #12B840; }
a { background-color: rgb(18,184,64); }
div.DivClassName
{
background-color: #12B840;
}
.BgClassName
{
background-color: #12B840;
}
</style>
border-color css
<style>
span { border-color: #12B840; }
span { border-color: rgb(18,184,64); }
td.TdClassName
{
border-color: #12B840;
}
.TagClassName
{
border-color: #12B840;
}
</style>