Shades of Dark Pastel Green #12B73C
Tints of Dark Pastel Green #12B73C
RGB
CMYK
RGB Variations
Color information
#12B73C (or 0x12B73C) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 3C. RGB value is (18,183,60). Sum of RGB (Red+Green+Blue) = 18+183+60=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 183 (71.88% from 255 or 70.11% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 183 - color contains mainly: green. Hex color #12B73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B73C is #ED48C3. Grayscale: #777777. Windows color (decimal): -15550660 or 3979026. OLE color: 3979026.
HSL color Cylindrical-coordinate representation of color #12B73C: hue angle of 135.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B73C is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 60 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.28 |
| HSL | 135.27º | 0.82% | 0.39% | - |
| HSV(B) | 135.27º | 0.9% | 0.72% | - |
| XYZ | 18 | 34.32 | 9.95 | - |
| YUV | 119.64 | 94.34 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 60 | 0.90 | 0 | 0.67 | 0.28 | 135.27 | 0.82 | 0.39 |
| Hex | 12 | B7 | 3C | 5A | 0 | 43 | 1C | 87 | 52 | 27 |
| Octal | 22 | 267 | 74 | 132 | 0 | 103 | 34 | 207 | 122 | 47 |
| Binary | 10010 | 10110111 | 111100 | 1011010 | 0 | 1000011 | 11100 | 10000111 | 1010010 | 100111 |
Color Harmonies of #12B73C
Complementary color
Monochromatic Colors of #12B73C
Black with #12B73C
Text Example
Text Example
White with #12B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B73C; }
p { color: rgb(18,183,60); }
H1.HeaderClassName
{
color: #12B73C;
}
.AnyTagClassName
{
color: #12B73C;
}
</style>
background-color css
<style>
a { background-color: #12B73C; }
a { background-color: rgb(18,183,60); }
div.DivClassName
{
background-color: #12B73C;
}
.BgClassName
{
background-color: #12B73C;
}
</style>
border-color css
<style>
span { border-color: #12B73C; }
span { border-color: rgb(18,183,60); }
td.TdClassName
{
border-color: #12B73C;
}
.TagClassName
{
border-color: #12B73C;
}
</style>