Shades of Dark Pastel Green #12D62B
Tints of Dark Pastel Green #12D62B
RGB
CMYK
RGB Variations
Color information
#12D62B (or 0x12D62B) is known color: Dark Pastel Green. HEX triplet: 12, D6 and 2B. RGB value is (18,214,43). Sum of RGB (Red+Green+Blue) = 18+214+43=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 214 (83.98% from 255 or 77.82% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 214 - color contains mainly: green. Hex color #12D62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D62B is #ED29D4. Grayscale: #888888. Windows color (decimal): -15542741 or 2872850. OLE color: 2872850.
HSL color Cylindrical-coordinate representation of color #12D62B: hue angle of 127.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D62B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 43 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.16 |
| HSL | 127.65º | 0.84% | 0.45% | - |
| HSV(B) | 127.65º | 0.92% | 0.84% | - |
| XYZ | 24.73 | 48.4 | 10.32 | - |
| YUV | 135.9 | 75.57 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 43 | 0.92 | 0 | 0.80 | 0.16 | 127.65 | 0.84 | 0.45 |
| Hex | 12 | D6 | 2B | 5C | 0 | 50 | 10 | 80 | 54 | 2D |
| Octal | 22 | 326 | 53 | 134 | 0 | 120 | 20 | 200 | 124 | 55 |
| Binary | 10010 | 11010110 | 101011 | 1011100 | 0 | 1010000 | 10000 | 10000000 | 1010100 | 101101 |
Color Harmonies of #12D62B
Complementary color
Monochromatic Colors of #12D62B
Black with #12D62B
Text Example
Text Example
White with #12D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D62B; }
p { color: rgb(18,214,43); }
H1.HeaderClassName
{
color: #12D62B;
}
.AnyTagClassName
{
color: #12D62B;
}
</style>
background-color css
<style>
a { background-color: #12D62B; }
a { background-color: rgb(18,214,43); }
div.DivClassName
{
background-color: #12D62B;
}
.BgClassName
{
background-color: #12D62B;
}
</style>
border-color css
<style>
span { border-color: #12D62B; }
span { border-color: rgb(18,214,43); }
td.TdClassName
{
border-color: #12D62B;
}
.TagClassName
{
border-color: #12D62B;
}
</style>