Shades of Dark Pastel Green #12BF3E
Tints of Dark Pastel Green #12BF3E
RGB
CMYK
RGB Variations
Color information
#12BF3E (or 0x12BF3E) is known color: Dark Pastel Green. HEX triplet: 12, BF and 3E. RGB value is (18,191,62). Sum of RGB (Red+Green+Blue) = 18+191+62=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF3E is #ED40C1. Grayscale: #7C7C7C. Windows color (decimal): -15548610 or 4112146. OLE color: 4112146.
HSL color Cylindrical-coordinate representation of color #12BF3E: hue angle of 135.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF3E is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 62 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.25 |
| HSL | 135.26º | 0.83% | 0.41% | - |
| HSV(B) | 135.26º | 0.91% | 0.75% | - |
| XYZ | 19.75 | 37.74 | 10.8 | - |
| YUV | 124.57 | 92.69 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 62 | 0.91 | 0 | 0.68 | 0.25 | 135.26 | 0.83 | 0.41 |
| Hex | 12 | BF | 3E | 5B | 0 | 44 | 19 | 87 | 53 | 29 |
| Octal | 22 | 277 | 76 | 133 | 0 | 104 | 31 | 207 | 123 | 51 |
| Binary | 10010 | 10111111 | 111110 | 1011011 | 0 | 1000100 | 11001 | 10000111 | 1010011 | 101001 |
Color Harmonies of #12BF3E
Complementary color
Monochromatic Colors of #12BF3E
Black with #12BF3E
Text Example
Text Example
White with #12BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF3E; }
p { color: rgb(18,191,62); }
H1.HeaderClassName
{
color: #12BF3E;
}
.AnyTagClassName
{
color: #12BF3E;
}
</style>
background-color css
<style>
a { background-color: #12BF3E; }
a { background-color: rgb(18,191,62); }
div.DivClassName
{
background-color: #12BF3E;
}
.BgClassName
{
background-color: #12BF3E;
}
</style>
border-color css
<style>
span { border-color: #12BF3E; }
span { border-color: rgb(18,191,62); }
td.TdClassName
{
border-color: #12BF3E;
}
.TagClassName
{
border-color: #12BF3E;
}
</style>