Shades of Dark Pastel Green #12CF2E
Tints of Dark Pastel Green #12CF2E
RGB
CMYK
RGB Variations
Color information
#12CF2E (or 0x12CF2E) is known color: Dark Pastel Green. HEX triplet: 12, CF and 2E. RGB value is (18,207,46). Sum of RGB (Red+Green+Blue) = 18+207+46=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF2E is #ED30D1. Grayscale: #848484. Windows color (decimal): -15544530 or 3067666. OLE color: 3067666.
HSL color Cylindrical-coordinate representation of color #12CF2E: hue angle of 128.89º 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 #12CF2E is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 46 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.19 |
| HSL | 128.89º | 0.84% | 0.44% | - |
| HSV(B) | 128.89º | 0.91% | 0.81% | - |
| XYZ | 23.06 | 44.95 | 10.05 | - |
| YUV | 132.14 | 79.38 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 46 | 0.91 | 0 | 0.78 | 0.19 | 128.89 | 0.84 | 0.44 |
| Hex | 12 | CF | 2E | 5B | 0 | 4E | 13 | 81 | 54 | 2C |
| Octal | 22 | 317 | 56 | 133 | 0 | 116 | 23 | 201 | 124 | 54 |
| Binary | 10010 | 11001111 | 101110 | 1011011 | 0 | 1001110 | 10011 | 10000001 | 1010100 | 101100 |
Color Harmonies of #12CF2E
Complementary color
Monochromatic Colors of #12CF2E
Black with #12CF2E
Text Example
Text Example
White with #12CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF2E; }
p { color: rgb(18,207,46); }
H1.HeaderClassName
{
color: #12CF2E;
}
.AnyTagClassName
{
color: #12CF2E;
}
</style>
background-color css
<style>
a { background-color: #12CF2E; }
a { background-color: rgb(18,207,46); }
div.DivClassName
{
background-color: #12CF2E;
}
.BgClassName
{
background-color: #12CF2E;
}
</style>
border-color css
<style>
span { border-color: #12CF2E; }
span { border-color: rgb(18,207,46); }
td.TdClassName
{
border-color: #12CF2E;
}
.TagClassName
{
border-color: #12CF2E;
}
</style>