Shades of Dark Pastel Green #12BD55
Tints of Dark Pastel Green #12BD55
RGB
CMYK
RGB Variations
Color information
#12BD55 (or 0x12BD55) is known color: Dark Pastel Green. HEX triplet: 12, BD and 55. RGB value is (18,189,85). Sum of RGB (Red+Green+Blue) = 18+189+85=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD55 is #ED42AA. Grayscale: #7E7E7E. Windows color (decimal): -15549099 or 5618962. OLE color: 5618962.
HSL color Cylindrical-coordinate representation of color #12BD55: hue angle of 143.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD55 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 85 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.26 |
| HSL | 143.51º | 0.83% | 0.41% | - |
| HSV(B) | 143.51º | 0.9% | 0.74% | - |
| XYZ | 20.09 | 37.18 | 14.71 | - |
| YUV | 126.02 | 104.85 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 85 | 0.90 | 0 | 0.55 | 0.26 | 143.51 | 0.83 | 0.41 |
| Hex | 12 | BD | 55 | 5A | 0 | 37 | 1A | 90 | 53 | 29 |
| Octal | 22 | 275 | 125 | 132 | 0 | 67 | 32 | 220 | 123 | 51 |
| Binary | 10010 | 10111101 | 1010101 | 1011010 | 0 | 110111 | 11010 | 10010000 | 1010011 | 101001 |
Color Harmonies of #12BD55
Complementary color
Monochromatic Colors of #12BD55
Black with #12BD55
Text Example
Text Example
White with #12BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD55; }
p { color: rgb(18,189,85); }
H1.HeaderClassName
{
color: #12BD55;
}
.AnyTagClassName
{
color: #12BD55;
}
</style>
background-color css
<style>
a { background-color: #12BD55; }
a { background-color: rgb(18,189,85); }
div.DivClassName
{
background-color: #12BD55;
}
.BgClassName
{
background-color: #12BD55;
}
</style>
border-color css
<style>
span { border-color: #12BD55; }
span { border-color: rgb(18,189,85); }
td.TdClassName
{
border-color: #12BD55;
}
.TagClassName
{
border-color: #12BD55;
}
</style>