Shades of Dark Pastel Green #12B33E
Tints of Dark Pastel Green #12B33E
RGB
CMYK
RGB Variations
Color information
#12B33E (or 0x12B33E) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 3E. RGB value is (18,179,62). Sum of RGB (Red+Green+Blue) = 18+179+62=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 179 (70.31% from 255 or 69.11% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 179 - color contains mainly: green. Hex color #12B33E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B33E is #ED4CC1. Grayscale: #757575. Windows color (decimal): -15551682 or 4109074. OLE color: 4109074.
HSL color Cylindrical-coordinate representation of color #12B33E: hue angle of 136.4º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B33E is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 62 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.30 |
| HSL | 136.4º | 0.82% | 0.39% | - |
| HSV(B) | 136.4º | 0.9% | 0.7% | - |
| XYZ | 17.24 | 32.72 | 9.96 | - |
| YUV | 117.52 | 96.66 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 62 | 0.90 | 0 | 0.65 | 0.30 | 136.4 | 0.82 | 0.39 |
| Hex | 12 | B3 | 3E | 5A | 0 | 41 | 1E | 88 | 52 | 27 |
| Octal | 22 | 263 | 76 | 132 | 0 | 101 | 36 | 210 | 122 | 47 |
| Binary | 10010 | 10110011 | 111110 | 1011010 | 0 | 1000001 | 11110 | 10001000 | 1010010 | 100111 |
Color Harmonies of #12B33E
Complementary color
Monochromatic Colors of #12B33E
Black with #12B33E
Text Example
Text Example
White with #12B33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B33E; }
p { color: rgb(18,179,62); }
H1.HeaderClassName
{
color: #12B33E;
}
.AnyTagClassName
{
color: #12B33E;
}
</style>
background-color css
<style>
a { background-color: #12B33E; }
a { background-color: rgb(18,179,62); }
div.DivClassName
{
background-color: #12B33E;
}
.BgClassName
{
background-color: #12B33E;
}
</style>
border-color css
<style>
span { border-color: #12B33E; }
span { border-color: rgb(18,179,62); }
td.TdClassName
{
border-color: #12B33E;
}
.TagClassName
{
border-color: #12B33E;
}
</style>