Shades of Dark Pastel Green #12BD4A
Tints of Dark Pastel Green #12BD4A
RGB
CMYK
RGB Variations
Color information
#12BD4A (or 0x12BD4A) is known color: Dark Pastel Green. HEX triplet: 12, BD and 4A. RGB value is (18,189,74). Sum of RGB (Red+Green+Blue) = 18+189+74=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD4A is #ED42B5. Grayscale: #7D7D7D. Windows color (decimal): -15549110 or 4898066. OLE color: 4898066.
HSL color Cylindrical-coordinate representation of color #12BD4A: hue angle of 139.65º 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 #12BD4A is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 74 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.26 |
| HSL | 139.65º | 0.83% | 0.41% | - |
| HSV(B) | 139.65º | 0.9% | 0.74% | - |
| XYZ | 19.68 | 37.02 | 12.59 | - |
| YUV | 124.76 | 99.35 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 74 | 0.90 | 0 | 0.61 | 0.26 | 139.65 | 0.83 | 0.41 |
| Hex | 12 | BD | 4A | 5A | 0 | 3D | 1A | 8C | 53 | 29 |
| Octal | 22 | 275 | 112 | 132 | 0 | 75 | 32 | 214 | 123 | 51 |
| Binary | 10010 | 10111101 | 1001010 | 1011010 | 0 | 111101 | 11010 | 10001100 | 1010011 | 101001 |
Color Harmonies of #12BD4A
Complementary color
Monochromatic Colors of #12BD4A
Black with #12BD4A
Text Example
Text Example
White with #12BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD4A; }
p { color: rgb(18,189,74); }
H1.HeaderClassName
{
color: #12BD4A;
}
.AnyTagClassName
{
color: #12BD4A;
}
</style>
background-color css
<style>
a { background-color: #12BD4A; }
a { background-color: rgb(18,189,74); }
div.DivClassName
{
background-color: #12BD4A;
}
.BgClassName
{
background-color: #12BD4A;
}
</style>
border-color css
<style>
span { border-color: #12BD4A; }
span { border-color: rgb(18,189,74); }
td.TdClassName
{
border-color: #12BD4A;
}
.TagClassName
{
border-color: #12BD4A;
}
</style>