Shades of Dark Pastel Green #12CF2C
Tints of Dark Pastel Green #12CF2C
RGB
CMYK
RGB Variations
Color information
#12CF2C (or 0x12CF2C) is known color: Dark Pastel Green. HEX triplet: 12, CF and 2C. RGB value is (18,207,44). Sum of RGB (Red+Green+Blue) = 18+207+44=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 207 (81.25% from 255 or 76.95% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF2C is #ED30D3. Grayscale: #848484. Windows color (decimal): -15544532 or 2936594. OLE color: 2936594.
HSL color Cylindrical-coordinate representation of color #12CF2C: hue angle of 128.25º 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 #12CF2C is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 44 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.19 |
| HSL | 128.25º | 0.84% | 0.44% | - |
| HSV(B) | 128.25º | 0.91% | 0.81% | - |
| XYZ | 23.02 | 44.94 | 9.84 | - |
| YUV | 131.91 | 78.38 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 44 | 0.91 | 0 | 0.79 | 0.19 | 128.25 | 0.84 | 0.44 |
| Hex | 12 | CF | 2C | 5B | 0 | 4F | 13 | 80 | 54 | 2C |
| Octal | 22 | 317 | 54 | 133 | 0 | 117 | 23 | 200 | 124 | 54 |
| Binary | 10010 | 11001111 | 101100 | 1011011 | 0 | 1001111 | 10011 | 10000000 | 1010100 | 101100 |
Color Harmonies of #12CF2C
Complementary color
Monochromatic Colors of #12CF2C
Black with #12CF2C
Text Example
Text Example
White with #12CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF2C; }
p { color: rgb(18,207,44); }
H1.HeaderClassName
{
color: #12CF2C;
}
.AnyTagClassName
{
color: #12CF2C;
}
</style>
background-color css
<style>
a { background-color: #12CF2C; }
a { background-color: rgb(18,207,44); }
div.DivClassName
{
background-color: #12CF2C;
}
.BgClassName
{
background-color: #12CF2C;
}
</style>
border-color css
<style>
span { border-color: #12CF2C; }
span { border-color: rgb(18,207,44); }
td.TdClassName
{
border-color: #12CF2C;
}
.TagClassName
{
border-color: #12CF2C;
}
</style>