Shades of Dark Pastel Green #12BF3C
Tints of Dark Pastel Green #12BF3C
RGB
CMYK
RGB Variations
Color information
#12BF3C (or 0x12BF3C) is known color: Dark Pastel Green. HEX triplet: 12, BF and 3C. RGB value is (18,191,60). Sum of RGB (Red+Green+Blue) = 18+191+60=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 191 (75% from 255 or 71.00% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF3C is #ED40C3. Grayscale: #7C7C7C. Windows color (decimal): -15548612 or 3981074. OLE color: 3981074.
HSL color Cylindrical-coordinate representation of color #12BF3C: hue angle of 134.57º 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 #12BF3C is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 60 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.25 |
| HSL | 134.57º | 0.83% | 0.41% | - |
| HSV(B) | 134.57º | 0.91% | 0.75% | - |
| XYZ | 19.7 | 37.72 | 10.52 | - |
| YUV | 124.34 | 91.69 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 60 | 0.91 | 0 | 0.69 | 0.25 | 134.57 | 0.83 | 0.41 |
| Hex | 12 | BF | 3C | 5B | 0 | 45 | 19 | 87 | 53 | 29 |
| Octal | 22 | 277 | 74 | 133 | 0 | 105 | 31 | 207 | 123 | 51 |
| Binary | 10010 | 10111111 | 111100 | 1011011 | 0 | 1000101 | 11001 | 10000111 | 1010011 | 101001 |
Color Harmonies of #12BF3C
Complementary color
Monochromatic Colors of #12BF3C
Black with #12BF3C
Text Example
Text Example
White with #12BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF3C; }
p { color: rgb(18,191,60); }
H1.HeaderClassName
{
color: #12BF3C;
}
.AnyTagClassName
{
color: #12BF3C;
}
</style>
background-color css
<style>
a { background-color: #12BF3C; }
a { background-color: rgb(18,191,60); }
div.DivClassName
{
background-color: #12BF3C;
}
.BgClassName
{
background-color: #12BF3C;
}
</style>
border-color css
<style>
span { border-color: #12BF3C; }
span { border-color: rgb(18,191,60); }
td.TdClassName
{
border-color: #12BF3C;
}
.TagClassName
{
border-color: #12BF3C;
}
</style>