Shades of Dark Pastel Green #12C24B
Tints of Dark Pastel Green #12C24B
RGB
CMYK
RGB Variations
Color information
#12C24B (or 0x12C24B) is known color: Dark Pastel Green. HEX triplet: 12, C2 and 4B. RGB value is (18,194,75). Sum of RGB (Red+Green+Blue) = 18+194+75=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #12C24B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C24B is #ED3DB4. Grayscale: #808080. Windows color (decimal): -15547829 or 4964882. OLE color: 4964882.
HSL color Cylindrical-coordinate representation of color #12C24B: hue angle of 139.43º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C24B is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 75 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.24 |
| HSL | 139.43º | 0.83% | 0.42% | - |
| HSV(B) | 139.43º | 0.91% | 0.76% | - |
| XYZ | 20.81 | 39.22 | 13.13 | - |
| YUV | 127.81 | 98.19 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 75 | 0.91 | 0 | 0.61 | 0.24 | 139.43 | 0.83 | 0.42 |
| Hex | 12 | C2 | 4B | 5B | 0 | 3D | 18 | 8B | 53 | 2A |
| Octal | 22 | 302 | 113 | 133 | 0 | 75 | 30 | 213 | 123 | 52 |
| Binary | 10010 | 11000010 | 1001011 | 1011011 | 0 | 111101 | 11000 | 10001011 | 1010011 | 101010 |
Color Harmonies of #12C24B
Complementary color
Monochromatic Colors of #12C24B
Black with #12C24B
Text Example
Text Example
White with #12C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C24B; }
p { color: rgb(18,194,75); }
H1.HeaderClassName
{
color: #12C24B;
}
.AnyTagClassName
{
color: #12C24B;
}
</style>
background-color css
<style>
a { background-color: #12C24B; }
a { background-color: rgb(18,194,75); }
div.DivClassName
{
background-color: #12C24B;
}
.BgClassName
{
background-color: #12C24B;
}
</style>
border-color css
<style>
span { border-color: #12C24B; }
span { border-color: rgb(18,194,75); }
td.TdClassName
{
border-color: #12C24B;
}
.TagClassName
{
border-color: #12C24B;
}
</style>