Shades of Dark Pastel Green #12B91B
Tints of Dark Pastel Green #12B91B
RGB
CMYK
RGB Variations
Color information
#12B91B (or 0x12B91B) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 1B. RGB value is (18,185,27). Sum of RGB (Red+Green+Blue) = 18+185+27=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 185 (72.66% from 255 or 80.43% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 185 - color contains mainly: green. Hex color #12B91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B91B is #ED46E4. Grayscale: #757575. Windows color (decimal): -15550181 or 1816850. OLE color: 1816850.
HSL color Cylindrical-coordinate representation of color #12B91B: hue angle of 123.23º 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 #12B91B is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 27 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.27 |
| HSL | 123.23º | 0.82% | 0.4% | - |
| HSV(B) | 123.23º | 0.9% | 0.73% | - |
| XYZ | 17.8 | 34.91 | 6.84 | - |
| YUV | 117.06 | 77.17 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 27 | 0.90 | 0 | 0.85 | 0.27 | 123.23 | 0.82 | 0.4 |
| Hex | 12 | B9 | 1B | 5A | 0 | 55 | 1B | 7B | 52 | 28 |
| Octal | 22 | 271 | 33 | 132 | 0 | 125 | 33 | 173 | 122 | 50 |
| Binary | 10010 | 10111001 | 11011 | 1011010 | 0 | 1010101 | 11011 | 1111011 | 1010010 | 101000 |
Color Harmonies of #12B91B
Complementary color
Monochromatic Colors of #12B91B
Black with #12B91B
Text Example
Text Example
White with #12B91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B91B; }
p { color: rgb(18,185,27); }
H1.HeaderClassName
{
color: #12B91B;
}
.AnyTagClassName
{
color: #12B91B;
}
</style>
background-color css
<style>
a { background-color: #12B91B; }
a { background-color: rgb(18,185,27); }
div.DivClassName
{
background-color: #12B91B;
}
.BgClassName
{
background-color: #12B91B;
}
</style>
border-color css
<style>
span { border-color: #12B91B; }
span { border-color: rgb(18,185,27); }
td.TdClassName
{
border-color: #12B91B;
}
.TagClassName
{
border-color: #12B91B;
}
</style>