Shades of Dark Pastel Green #12BE4C
Tints of Dark Pastel Green #12BE4C
RGB
CMYK
RGB Variations
Color information
#12BE4C (or 0x12BE4C) is known color: Dark Pastel Green. HEX triplet: 12, BE and 4C. RGB value is (18,190,76). Sum of RGB (Red+Green+Blue) = 18+190+76=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 190 (74.61% from 255 or 66.90% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE4C is #ED41B3. Grayscale: #7D7D7D. Windows color (decimal): -15548852 or 5029394. OLE color: 5029394.
HSL color Cylindrical-coordinate representation of color #12BE4C: hue angle of 140.23º 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 #12BE4C is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 76 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.25 |
| HSL | 140.23º | 0.83% | 0.41% | - |
| HSV(B) | 140.23º | 0.91% | 0.75% | - |
| XYZ | 19.97 | 37.48 | 13.02 | - |
| YUV | 125.58 | 100.02 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 76 | 0.91 | 0 | 0.60 | 0.25 | 140.23 | 0.83 | 0.41 |
| Hex | 12 | BE | 4C | 5B | 0 | 3C | 19 | 8C | 53 | 29 |
| Octal | 22 | 276 | 114 | 133 | 0 | 74 | 31 | 214 | 123 | 51 |
| Binary | 10010 | 10111110 | 1001100 | 1011011 | 0 | 111100 | 11001 | 10001100 | 1010011 | 101001 |
Color Harmonies of #12BE4C
Complementary color
Monochromatic Colors of #12BE4C
Black with #12BE4C
Text Example
Text Example
White with #12BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE4C; }
p { color: rgb(18,190,76); }
H1.HeaderClassName
{
color: #12BE4C;
}
.AnyTagClassName
{
color: #12BE4C;
}
</style>
background-color css
<style>
a { background-color: #12BE4C; }
a { background-color: rgb(18,190,76); }
div.DivClassName
{
background-color: #12BE4C;
}
.BgClassName
{
background-color: #12BE4C;
}
</style>
border-color css
<style>
span { border-color: #12BE4C; }
span { border-color: rgb(18,190,76); }
td.TdClassName
{
border-color: #12BE4C;
}
.TagClassName
{
border-color: #12BE4C;
}
</style>