Shades of Dark Pastel Green #12BD3E
Tints of Dark Pastel Green #12BD3E
RGB
CMYK
RGB Variations
Color information
#12BD3E (or 0x12BD3E) is known color: Dark Pastel Green. HEX triplet: 12, BD and 3E. RGB value is (18,189,62). Sum of RGB (Red+Green+Blue) = 18+189+62=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 189 (74.22% from 255 or 70.26% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD3E is #ED42C1. Grayscale: #7B7B7B. Windows color (decimal): -15549122 or 4111634. OLE color: 4111634.
HSL color Cylindrical-coordinate representation of color #12BD3E: hue angle of 135.44º 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 #12BD3E is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 62 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.26 |
| HSL | 135.44º | 0.83% | 0.41% | - |
| HSV(B) | 135.44º | 0.9% | 0.74% | - |
| XYZ | 19.32 | 36.87 | 10.66 | - |
| YUV | 123.39 | 93.35 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 62 | 0.90 | 0 | 0.67 | 0.26 | 135.44 | 0.83 | 0.41 |
| Hex | 12 | BD | 3E | 5A | 0 | 43 | 1A | 87 | 53 | 29 |
| Octal | 22 | 275 | 76 | 132 | 0 | 103 | 32 | 207 | 123 | 51 |
| Binary | 10010 | 10111101 | 111110 | 1011010 | 0 | 1000011 | 11010 | 10000111 | 1010011 | 101001 |
Color Harmonies of #12BD3E
Complementary color
Monochromatic Colors of #12BD3E
Black with #12BD3E
Text Example
Text Example
White with #12BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD3E; }
p { color: rgb(18,189,62); }
H1.HeaderClassName
{
color: #12BD3E;
}
.AnyTagClassName
{
color: #12BD3E;
}
</style>
background-color css
<style>
a { background-color: #12BD3E; }
a { background-color: rgb(18,189,62); }
div.DivClassName
{
background-color: #12BD3E;
}
.BgClassName
{
background-color: #12BD3E;
}
</style>
border-color css
<style>
span { border-color: #12BD3E; }
span { border-color: rgb(18,189,62); }
td.TdClassName
{
border-color: #12BD3E;
}
.TagClassName
{
border-color: #12BD3E;
}
</style>