Shades of Dark Pastel Green #12BE44
Tints of Dark Pastel Green #12BE44
RGB
CMYK
RGB Variations
Color information
#12BE44 (or 0x12BE44) is known color: Dark Pastel Green. HEX triplet: 12, BE and 44. RGB value is (18,190,68). Sum of RGB (Red+Green+Blue) = 18+190+68=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE44 is #ED41BB. Grayscale: #7C7C7C. Windows color (decimal): -15548860 or 4505106. OLE color: 4505106.
HSL color Cylindrical-coordinate representation of color #12BE44: hue angle of 137.44º 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 #12BE44 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 68 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.25 |
| HSL | 137.44º | 0.83% | 0.41% | - |
| HSV(B) | 137.44º | 0.91% | 0.75% | - |
| XYZ | 19.71 | 37.37 | 11.64 | - |
| YUV | 124.66 | 96.02 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 68 | 0.91 | 0 | 0.64 | 0.25 | 137.44 | 0.83 | 0.41 |
| Hex | 12 | BE | 44 | 5B | 0 | 40 | 19 | 89 | 53 | 29 |
| Octal | 22 | 276 | 104 | 133 | 0 | 100 | 31 | 211 | 123 | 51 |
| Binary | 10010 | 10111110 | 1000100 | 1011011 | 0 | 1000000 | 11001 | 10001001 | 1010011 | 101001 |
Color Harmonies of #12BE44
Complementary color
Monochromatic Colors of #12BE44
Black with #12BE44
Text Example
Text Example
White with #12BE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE44; }
p { color: rgb(18,190,68); }
H1.HeaderClassName
{
color: #12BE44;
}
.AnyTagClassName
{
color: #12BE44;
}
</style>
background-color css
<style>
a { background-color: #12BE44; }
a { background-color: rgb(18,190,68); }
div.DivClassName
{
background-color: #12BE44;
}
.BgClassName
{
background-color: #12BE44;
}
</style>
border-color css
<style>
span { border-color: #12BE44; }
span { border-color: rgb(18,190,68); }
td.TdClassName
{
border-color: #12BE44;
}
.TagClassName
{
border-color: #12BE44;
}
</style>