Shades of Dark Pastel Green #12D52B
Tints of Dark Pastel Green #12D52B
RGB
CMYK
RGB Variations
Color information
#12D52B (or 0x12D52B) is known color: Dark Pastel Green. HEX triplet: 12, D5 and 2B. RGB value is (18,213,43). Sum of RGB (Red+Green+Blue) = 18+213+43=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 213 (83.59% from 255 or 77.74% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 213 - color contains mainly: green. Hex color #12D52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D52B is #ED2AD4. Grayscale: #878787. Windows color (decimal): -15542997 or 2872594. OLE color: 2872594.
HSL color Cylindrical-coordinate representation of color #12D52B: hue angle of 127.69º 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 #12D52B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 213 | 43 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.16 |
| HSL | 127.69º | 0.84% | 0.45% | - |
| HSV(B) | 127.69º | 0.92% | 0.84% | - |
| XYZ | 24.48 | 47.89 | 10.24 | - |
| YUV | 135.32 | 75.9 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 213 | 43 | 0.92 | 0 | 0.80 | 0.16 | 127.69 | 0.84 | 0.45 |
| Hex | 12 | D5 | 2B | 5C | 0 | 50 | 10 | 80 | 54 | 2D |
| Octal | 22 | 325 | 53 | 134 | 0 | 120 | 20 | 200 | 124 | 55 |
| Binary | 10010 | 11010101 | 101011 | 1011100 | 0 | 1010000 | 10000 | 10000000 | 1010100 | 101101 |
Color Harmonies of #12D52B
Complementary color
Monochromatic Colors of #12D52B
Black with #12D52B
Text Example
Text Example
White with #12D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D52B; }
p { color: rgb(18,213,43); }
H1.HeaderClassName
{
color: #12D52B;
}
.AnyTagClassName
{
color: #12D52B;
}
</style>
background-color css
<style>
a { background-color: #12D52B; }
a { background-color: rgb(18,213,43); }
div.DivClassName
{
background-color: #12D52B;
}
.BgClassName
{
background-color: #12D52B;
}
</style>
border-color css
<style>
span { border-color: #12D52B; }
span { border-color: rgb(18,213,43); }
td.TdClassName
{
border-color: #12D52B;
}
.TagClassName
{
border-color: #12D52B;
}
</style>