Shades of Dark Pastel Green #12B93F
Tints of Dark Pastel Green #12B93F
RGB
CMYK
RGB Variations
Color information
#12B93F (or 0x12B93F) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 3F. RGB value is (18,185,63). Sum of RGB (Red+Green+Blue) = 18+185+63=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #12B93F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B93F is #ED46C0. Grayscale: #797979. Windows color (decimal): -15550145 or 4176146. OLE color: 4176146.
HSL color Cylindrical-coordinate representation of color #12B93F: hue angle of 136.17º 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 #12B93F is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 63 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.27 |
| HSL | 136.17º | 0.82% | 0.4% | - |
| HSV(B) | 136.17º | 0.9% | 0.73% | - |
| XYZ | 18.5 | 35.19 | 10.52 | - |
| YUV | 121.16 | 95.17 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 63 | 0.90 | 0 | 0.66 | 0.27 | 136.17 | 0.82 | 0.4 |
| Hex | 12 | B9 | 3F | 5A | 0 | 42 | 1B | 88 | 52 | 28 |
| Octal | 22 | 271 | 77 | 132 | 0 | 102 | 33 | 210 | 122 | 50 |
| Binary | 10010 | 10111001 | 111111 | 1011010 | 0 | 1000010 | 11011 | 10001000 | 1010010 | 101000 |
Color Harmonies of #12B93F
Complementary color
Monochromatic Colors of #12B93F
Black with #12B93F
Text Example
Text Example
White with #12B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B93F; }
p { color: rgb(18,185,63); }
H1.HeaderClassName
{
color: #12B93F;
}
.AnyTagClassName
{
color: #12B93F;
}
</style>
background-color css
<style>
a { background-color: #12B93F; }
a { background-color: rgb(18,185,63); }
div.DivClassName
{
background-color: #12B93F;
}
.BgClassName
{
background-color: #12B93F;
}
</style>
border-color css
<style>
span { border-color: #12B93F; }
span { border-color: rgb(18,185,63); }
td.TdClassName
{
border-color: #12B93F;
}
.TagClassName
{
border-color: #12B93F;
}
</style>