Shades of Dark Pastel Green #12BF4A
Tints of Dark Pastel Green #12BF4A
RGB
CMYK
RGB Variations
Color information
#12BF4A (or 0x12BF4A) is known color: Dark Pastel Green. HEX triplet: 12, BF and 4A. RGB value is (18,191,74). Sum of RGB (Red+Green+Blue) = 18+191+74=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF4A is #ED40B5. Grayscale: #7E7E7E. Windows color (decimal): -15548598 or 4898578. OLE color: 4898578.
HSL color Cylindrical-coordinate representation of color #12BF4A: hue angle of 139.42º 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 #12BF4A is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 74 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.25 |
| HSL | 139.42º | 0.83% | 0.41% | - |
| HSV(B) | 139.42º | 0.91% | 0.75% | - |
| XYZ | 20.12 | 37.88 | 12.73 | - |
| YUV | 125.94 | 98.69 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 74 | 0.91 | 0 | 0.61 | 0.25 | 139.42 | 0.83 | 0.41 |
| Hex | 12 | BF | 4A | 5B | 0 | 3D | 19 | 8B | 53 | 29 |
| Octal | 22 | 277 | 112 | 133 | 0 | 75 | 31 | 213 | 123 | 51 |
| Binary | 10010 | 10111111 | 1001010 | 1011011 | 0 | 111101 | 11001 | 10001011 | 1010011 | 101001 |
Color Harmonies of #12BF4A
Complementary color
Monochromatic Colors of #12BF4A
Black with #12BF4A
Text Example
Text Example
White with #12BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF4A; }
p { color: rgb(18,191,74); }
H1.HeaderClassName
{
color: #12BF4A;
}
.AnyTagClassName
{
color: #12BF4A;
}
</style>
background-color css
<style>
a { background-color: #12BF4A; }
a { background-color: rgb(18,191,74); }
div.DivClassName
{
background-color: #12BF4A;
}
.BgClassName
{
background-color: #12BF4A;
}
</style>
border-color css
<style>
span { border-color: #12BF4A; }
span { border-color: rgb(18,191,74); }
td.TdClassName
{
border-color: #12BF4A;
}
.TagClassName
{
border-color: #12BF4A;
}
</style>