Shades of Dark Pastel Green #12BE4A
Tints of Dark Pastel Green #12BE4A
RGB
CMYK
RGB Variations
Color information
#12BE4A (or 0x12BE4A) is known color: Dark Pastel Green. HEX triplet: 12, BE and 4A. RGB value is (18,190,74). Sum of RGB (Red+Green+Blue) = 18+190+74=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 190 (74.61% from 255 or 67.38% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE4A is #ED41B5. Grayscale: #7D7D7D. Windows color (decimal): -15548854 or 4898322. OLE color: 4898322.
HSL color Cylindrical-coordinate representation of color #12BE4A: hue angle of 139.53º 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 #12BE4A is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 74 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.25 |
| HSL | 139.53º | 0.83% | 0.41% | - |
| HSV(B) | 139.53º | 0.91% | 0.75% | - |
| XYZ | 19.9 | 37.45 | 12.66 | - |
| YUV | 125.35 | 99.02 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 74 | 0.91 | 0 | 0.61 | 0.25 | 139.53 | 0.83 | 0.41 |
| Hex | 12 | BE | 4A | 5B | 0 | 3D | 19 | 8C | 53 | 29 |
| Octal | 22 | 276 | 112 | 133 | 0 | 75 | 31 | 214 | 123 | 51 |
| Binary | 10010 | 10111110 | 1001010 | 1011011 | 0 | 111101 | 11001 | 10001100 | 1010011 | 101001 |
Color Harmonies of #12BE4A
Complementary color
Monochromatic Colors of #12BE4A
Black with #12BE4A
Text Example
Text Example
White with #12BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE4A; }
p { color: rgb(18,190,74); }
H1.HeaderClassName
{
color: #12BE4A;
}
.AnyTagClassName
{
color: #12BE4A;
}
</style>
background-color css
<style>
a { background-color: #12BE4A; }
a { background-color: rgb(18,190,74); }
div.DivClassName
{
background-color: #12BE4A;
}
.BgClassName
{
background-color: #12BE4A;
}
</style>
border-color css
<style>
span { border-color: #12BE4A; }
span { border-color: rgb(18,190,74); }
td.TdClassName
{
border-color: #12BE4A;
}
.TagClassName
{
border-color: #12BE4A;
}
</style>