Shades of Dark Pastel Green #12B91C
Tints of Dark Pastel Green #12B91C
RGB
CMYK
RGB Variations
Color information
#12B91C (or 0x12B91C) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 1C. RGB value is (18,185,28). Sum of RGB (Red+Green+Blue) = 18+185+28=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #12B91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B91C is #ED46E3. Grayscale: #757575. Windows color (decimal): -15550180 or 1882386. OLE color: 1882386.
HSL color Cylindrical-coordinate representation of color #12B91C: hue angle of 123.59º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B91C is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 28 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.27 |
| HSL | 123.59º | 0.82% | 0.4% | - |
| HSV(B) | 123.59º | 0.9% | 0.73% | - |
| XYZ | 17.81 | 34.91 | 6.9 | - |
| YUV | 117.17 | 77.67 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 28 | 0.90 | 0 | 0.85 | 0.27 | 123.59 | 0.82 | 0.4 |
| Hex | 12 | B9 | 1C | 5A | 0 | 55 | 1B | 7C | 52 | 28 |
| Octal | 22 | 271 | 34 | 132 | 0 | 125 | 33 | 174 | 122 | 50 |
| Binary | 10010 | 10111001 | 11100 | 1011010 | 0 | 1010101 | 11011 | 1111100 | 1010010 | 101000 |
Color Harmonies of #12B91C
Complementary color
Monochromatic Colors of #12B91C
Black with #12B91C
Text Example
Text Example
White with #12B91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B91C; }
p { color: rgb(18,185,28); }
H1.HeaderClassName
{
color: #12B91C;
}
.AnyTagClassName
{
color: #12B91C;
}
</style>
background-color css
<style>
a { background-color: #12B91C; }
a { background-color: rgb(18,185,28); }
div.DivClassName
{
background-color: #12B91C;
}
.BgClassName
{
background-color: #12B91C;
}
</style>
border-color css
<style>
span { border-color: #12B91C; }
span { border-color: rgb(18,185,28); }
td.TdClassName
{
border-color: #12B91C;
}
.TagClassName
{
border-color: #12B91C;
}
</style>