Shades of Dark Pastel Green #12BC4B
Tints of Dark Pastel Green #12BC4B
RGB
CMYK
RGB Variations
Color information
#12BC4B (or 0x12BC4B) is known color: Dark Pastel Green. HEX triplet: 12, BC and 4B. RGB value is (18,188,75). Sum of RGB (Red+Green+Blue) = 18+188+75=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BC4B is #ED43B4. Grayscale: #7C7C7C. Windows color (decimal): -15549365 or 4963346. OLE color: 4963346.
HSL color Cylindrical-coordinate representation of color #12BC4B: hue angle of 140.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC4B is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 75 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.26 |
| HSL | 140.12º | 0.83% | 0.4% | - |
| HSV(B) | 140.12º | 0.9% | 0.74% | - |
| XYZ | 19.5 | 36.6 | 12.69 | - |
| YUV | 124.29 | 100.18 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 75 | 0.90 | 0 | 0.60 | 0.26 | 140.12 | 0.83 | 0.4 |
| Hex | 12 | BC | 4B | 5A | 0 | 3C | 1A | 8C | 53 | 28 |
| Octal | 22 | 274 | 113 | 132 | 0 | 74 | 32 | 214 | 123 | 50 |
| Binary | 10010 | 10111100 | 1001011 | 1011010 | 0 | 111100 | 11010 | 10001100 | 1010011 | 101000 |
Color Harmonies of #12BC4B
Complementary color
Monochromatic Colors of #12BC4B
Black with #12BC4B
Text Example
Text Example
White with #12BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC4B; }
p { color: rgb(18,188,75); }
H1.HeaderClassName
{
color: #12BC4B;
}
.AnyTagClassName
{
color: #12BC4B;
}
</style>
background-color css
<style>
a { background-color: #12BC4B; }
a { background-color: rgb(18,188,75); }
div.DivClassName
{
background-color: #12BC4B;
}
.BgClassName
{
background-color: #12BC4B;
}
</style>
border-color css
<style>
span { border-color: #12BC4B; }
span { border-color: rgb(18,188,75); }
td.TdClassName
{
border-color: #12BC4B;
}
.TagClassName
{
border-color: #12BC4B;
}
</style>