Shades of Dark Pastel Green #12BA25
Tints of Dark Pastel Green #12BA25
RGB
CMYK
RGB Variations
Color information
#12BA25 (or 0x12BA25) is known color: Dark Pastel Green. HEX triplet: 12, BA and 25. RGB value is (18,186,37). Sum of RGB (Red+Green+Blue) = 18+186+37=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA25 is #ED45DA. Grayscale: #777777. Windows color (decimal): -15549915 or 2472466. OLE color: 2472466.
HSL color Cylindrical-coordinate representation of color #12BA25: hue angle of 126.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA25 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 37 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.27 |
| HSL | 126.79º | 0.82% | 0.4% | - |
| HSV(B) | 126.79º | 0.9% | 0.73% | - |
| XYZ | 18.14 | 35.38 | 7.62 | - |
| YUV | 118.78 | 81.84 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 37 | 0.90 | 0 | 0.80 | 0.27 | 126.79 | 0.82 | 0.4 |
| Hex | 12 | BA | 25 | 5A | 0 | 50 | 1B | 7F | 52 | 28 |
| Octal | 22 | 272 | 45 | 132 | 0 | 120 | 33 | 177 | 122 | 50 |
| Binary | 10010 | 10111010 | 100101 | 1011010 | 0 | 1010000 | 11011 | 1111111 | 1010010 | 101000 |
Color Harmonies of #12BA25
Complementary color
Monochromatic Colors of #12BA25
Black with #12BA25
Text Example
Text Example
White with #12BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA25; }
p { color: rgb(18,186,37); }
H1.HeaderClassName
{
color: #12BA25;
}
.AnyTagClassName
{
color: #12BA25;
}
</style>
background-color css
<style>
a { background-color: #12BA25; }
a { background-color: rgb(18,186,37); }
div.DivClassName
{
background-color: #12BA25;
}
.BgClassName
{
background-color: #12BA25;
}
</style>
border-color css
<style>
span { border-color: #12BA25; }
span { border-color: rgb(18,186,37); }
td.TdClassName
{
border-color: #12BA25;
}
.TagClassName
{
border-color: #12BA25;
}
</style>