Shades of Dark Pastel Green #12CE3B
Tints of Dark Pastel Green #12CE3B
RGB
CMYK
RGB Variations
Color information
#12CE3B (or 0x12CE3B) is known color: Dark Pastel Green. HEX triplet: 12, CE and 3B. RGB value is (18,206,59). Sum of RGB (Red+Green+Blue) = 18+206+59=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE3B is #ED31C4. Grayscale: #858585. Windows color (decimal): -15544773 or 3919378. OLE color: 3919378.
HSL color Cylindrical-coordinate representation of color #12CE3B: hue angle of 133.09º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE3B is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 59 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.19 |
| HSL | 133.09º | 0.84% | 0.44% | - |
| HSV(B) | 133.09º | 0.91% | 0.81% | - |
| XYZ | 23.11 | 44.59 | 11.53 | - |
| YUV | 133.03 | 86.22 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 59 | 0.91 | 0 | 0.71 | 0.19 | 133.09 | 0.84 | 0.44 |
| Hex | 12 | CE | 3B | 5B | 0 | 47 | 13 | 85 | 54 | 2C |
| Octal | 22 | 316 | 73 | 133 | 0 | 107 | 23 | 205 | 124 | 54 |
| Binary | 10010 | 11001110 | 111011 | 1011011 | 0 | 1000111 | 10011 | 10000101 | 1010100 | 101100 |
Color Harmonies of #12CE3B
Complementary color
Monochromatic Colors of #12CE3B
Black with #12CE3B
Text Example
Text Example
White with #12CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE3B; }
p { color: rgb(18,206,59); }
H1.HeaderClassName
{
color: #12CE3B;
}
.AnyTagClassName
{
color: #12CE3B;
}
</style>
background-color css
<style>
a { background-color: #12CE3B; }
a { background-color: rgb(18,206,59); }
div.DivClassName
{
background-color: #12CE3B;
}
.BgClassName
{
background-color: #12CE3B;
}
</style>
border-color css
<style>
span { border-color: #12CE3B; }
span { border-color: rgb(18,206,59); }
td.TdClassName
{
border-color: #12CE3B;
}
.TagClassName
{
border-color: #12CE3B;
}
</style>