Shades of Dark Pastel Green #12B84B
Tints of Dark Pastel Green #12B84B
RGB
CMYK
RGB Variations
Color information
#12B84B (or 0x12B84B) is known color: Dark Pastel Green. HEX triplet: 12, B8 and 4B. RGB value is (18,184,75). Sum of RGB (Red+Green+Blue) = 18+184+75=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 184 (72.27% from 255 or 66.43% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 184 - color contains mainly: green. Hex color #12B84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B84B is #ED47B4. Grayscale: #7A7A7A. Windows color (decimal): -15550389 or 4962322. OLE color: 4962322.
HSL color Cylindrical-coordinate representation of color #12B84B: hue angle of 140.6º 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 #12B84B is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 184 | 75 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.28 |
| HSL | 140.6º | 0.82% | 0.4% | - |
| HSV(B) | 140.6º | 0.9% | 0.72% | - |
| XYZ | 18.66 | 34.92 | 12.41 | - |
| YUV | 121.94 | 101.5 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 75 | 0.90 | 0 | 0.59 | 0.28 | 140.6 | 0.82 | 0.4 |
| Hex | 12 | B8 | 4B | 5A | 0 | 3B | 1C | 8D | 52 | 28 |
| Octal | 22 | 270 | 113 | 132 | 0 | 73 | 34 | 215 | 122 | 50 |
| Binary | 10010 | 10111000 | 1001011 | 1011010 | 0 | 111011 | 11100 | 10001101 | 1010010 | 101000 |
Color Harmonies of #12B84B
Complementary color
Monochromatic Colors of #12B84B
Black with #12B84B
Text Example
Text Example
White with #12B84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B84B; }
p { color: rgb(18,184,75); }
H1.HeaderClassName
{
color: #12B84B;
}
.AnyTagClassName
{
color: #12B84B;
}
</style>
background-color css
<style>
a { background-color: #12B84B; }
a { background-color: rgb(18,184,75); }
div.DivClassName
{
background-color: #12B84B;
}
.BgClassName
{
background-color: #12B84B;
}
</style>
border-color css
<style>
span { border-color: #12B84B; }
span { border-color: rgb(18,184,75); }
td.TdClassName
{
border-color: #12B84B;
}
.TagClassName
{
border-color: #12B84B;
}
</style>