Shades of Dark Pastel Green #12B13E
Tints of Dark Pastel Green #12B13E
RGB
CMYK
RGB Variations
Color information
#12B13E (or 0x12B13E) is known color: Dark Pastel Green. HEX triplet: 12, B1 and 3E. RGB value is (18,177,62). Sum of RGB (Red+Green+Blue) = 18+177+62=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 177 (69.53% from 255 or 68.87% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 177 - color contains mainly: green. Hex color #12B13E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B13E is #ED4EC1. Grayscale: #747474. Windows color (decimal): -15552194 or 4108562. OLE color: 4108562.
HSL color Cylindrical-coordinate representation of color #12B13E: hue angle of 136.6º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B13E is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 62 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.31 |
| HSL | 136.6º | 0.82% | 0.38% | - |
| HSV(B) | 136.6º | 0.9% | 0.69% | - |
| XYZ | 16.84 | 31.92 | 9.83 | - |
| YUV | 116.35 | 97.32 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 62 | 0.90 | 0 | 0.65 | 0.31 | 136.6 | 0.82 | 0.38 |
| Hex | 12 | B1 | 3E | 5A | 0 | 41 | 1F | 89 | 52 | 26 |
| Octal | 22 | 261 | 76 | 132 | 0 | 101 | 37 | 211 | 122 | 46 |
| Binary | 10010 | 10110001 | 111110 | 1011010 | 0 | 1000001 | 11111 | 10001001 | 1010010 | 100110 |
Color Harmonies of #12B13E
Complementary color
Monochromatic Colors of #12B13E
Black with #12B13E
Text Example
Text Example
White with #12B13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B13E; }
p { color: rgb(18,177,62); }
H1.HeaderClassName
{
color: #12B13E;
}
.AnyTagClassName
{
color: #12B13E;
}
</style>
background-color css
<style>
a { background-color: #12B13E; }
a { background-color: rgb(18,177,62); }
div.DivClassName
{
background-color: #12B13E;
}
.BgClassName
{
background-color: #12B13E;
}
</style>
border-color css
<style>
span { border-color: #12B13E; }
span { border-color: rgb(18,177,62); }
td.TdClassName
{
border-color: #12B13E;
}
.TagClassName
{
border-color: #12B13E;
}
</style>