Shades of Dark Pastel Green #12BD52
Tints of Dark Pastel Green #12BD52
RGB
CMYK
RGB Variations
Color information
#12BD52 (or 0x12BD52) is known color: Dark Pastel Green. HEX triplet: 12, BD and 52. RGB value is (18,189,82). Sum of RGB (Red+Green+Blue) = 18+189+82=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD52 is #ED42AD. Grayscale: #7D7D7D. Windows color (decimal): -15549102 or 5422354. OLE color: 5422354.
HSL color Cylindrical-coordinate representation of color #12BD52: hue angle of 142.46º 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 #12BD52 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 82 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.26 |
| HSL | 142.46º | 0.83% | 0.41% | - |
| HSV(B) | 142.46º | 0.9% | 0.74% | - |
| XYZ | 19.97 | 37.13 | 14.1 | - |
| YUV | 125.67 | 103.35 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 82 | 0.90 | 0 | 0.57 | 0.26 | 142.46 | 0.83 | 0.41 |
| Hex | 12 | BD | 52 | 5A | 0 | 39 | 1A | 8E | 53 | 29 |
| Octal | 22 | 275 | 122 | 132 | 0 | 71 | 32 | 216 | 123 | 51 |
| Binary | 10010 | 10111101 | 1010010 | 1011010 | 0 | 111001 | 11010 | 10001110 | 1010011 | 101001 |
Color Harmonies of #12BD52
Complementary color
Monochromatic Colors of #12BD52
Black with #12BD52
Text Example
Text Example
White with #12BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD52; }
p { color: rgb(18,189,82); }
H1.HeaderClassName
{
color: #12BD52;
}
.AnyTagClassName
{
color: #12BD52;
}
</style>
background-color css
<style>
a { background-color: #12BD52; }
a { background-color: rgb(18,189,82); }
div.DivClassName
{
background-color: #12BD52;
}
.BgClassName
{
background-color: #12BD52;
}
</style>
border-color css
<style>
span { border-color: #12BD52; }
span { border-color: rgb(18,189,82); }
td.TdClassName
{
border-color: #12BD52;
}
.TagClassName
{
border-color: #12BD52;
}
</style>