Shades of Dark Pastel Green #12BE2E
Tints of Dark Pastel Green #12BE2E
RGB
CMYK
RGB Variations
Color information
#12BE2E (or 0x12BE2E) is known color: Dark Pastel Green. HEX triplet: 12, BE and 2E. RGB value is (18,190,46). Sum of RGB (Red+Green+Blue) = 18+190+46=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 190 (74.61% from 255 or 74.80% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE2E is #ED41D1. Grayscale: #7A7A7A. Windows color (decimal): -15548882 or 3063314. OLE color: 3063314.
HSL color Cylindrical-coordinate representation of color #12BE2E: hue angle of 129.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE2E is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 46 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.25 |
| HSL | 129.77º | 0.83% | 0.41% | - |
| HSV(B) | 129.77º | 0.91% | 0.75% | - |
| XYZ | 19.16 | 37.15 | 8.75 | - |
| YUV | 122.16 | 85.02 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 46 | 0.91 | 0 | 0.76 | 0.25 | 129.77 | 0.83 | 0.41 |
| Hex | 12 | BE | 2E | 5B | 0 | 4C | 19 | 82 | 53 | 29 |
| Octal | 22 | 276 | 56 | 133 | 0 | 114 | 31 | 202 | 123 | 51 |
| Binary | 10010 | 10111110 | 101110 | 1011011 | 0 | 1001100 | 11001 | 10000010 | 1010011 | 101001 |
Color Harmonies of #12BE2E
Complementary color
Monochromatic Colors of #12BE2E
Black with #12BE2E
Text Example
Text Example
White with #12BE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE2E; }
p { color: rgb(18,190,46); }
H1.HeaderClassName
{
color: #12BE2E;
}
.AnyTagClassName
{
color: #12BE2E;
}
</style>
background-color css
<style>
a { background-color: #12BE2E; }
a { background-color: rgb(18,190,46); }
div.DivClassName
{
background-color: #12BE2E;
}
.BgClassName
{
background-color: #12BE2E;
}
</style>
border-color css
<style>
span { border-color: #12BE2E; }
span { border-color: rgb(18,190,46); }
td.TdClassName
{
border-color: #12BE2E;
}
.TagClassName
{
border-color: #12BE2E;
}
</style>