Shades of Dark Pastel Green #12CF30
Tints of Dark Pastel Green #12CF30
RGB
CMYK
RGB Variations
Color information
#12CF30 (or 0x12CF30) is known color: Dark Pastel Green. HEX triplet: 12, CF and 30. RGB value is (18,207,48). Sum of RGB (Red+Green+Blue) = 18+207+48=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF30 is #ED30CF. Grayscale: #848484. Windows color (decimal): -15544528 or 3198738. OLE color: 3198738.
HSL color Cylindrical-coordinate representation of color #12CF30: hue angle of 129.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF30 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 48 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.19 |
| HSL | 129.52º | 0.84% | 0.44% | - |
| HSV(B) | 129.52º | 0.91% | 0.81% | - |
| XYZ | 23.1 | 44.97 | 10.26 | - |
| YUV | 132.36 | 80.38 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 48 | 0.91 | 0 | 0.77 | 0.19 | 129.52 | 0.84 | 0.44 |
| Hex | 12 | CF | 30 | 5B | 0 | 4D | 13 | 82 | 54 | 2C |
| Octal | 22 | 317 | 60 | 133 | 0 | 115 | 23 | 202 | 124 | 54 |
| Binary | 10010 | 11001111 | 110000 | 1011011 | 0 | 1001101 | 10011 | 10000010 | 1010100 | 101100 |
Color Harmonies of #12CF30
Complementary color
Monochromatic Colors of #12CF30
Black with #12CF30
Text Example
Text Example
White with #12CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF30; }
p { color: rgb(18,207,48); }
H1.HeaderClassName
{
color: #12CF30;
}
.AnyTagClassName
{
color: #12CF30;
}
</style>
background-color css
<style>
a { background-color: #12CF30; }
a { background-color: rgb(18,207,48); }
div.DivClassName
{
background-color: #12CF30;
}
.BgClassName
{
background-color: #12CF30;
}
</style>
border-color css
<style>
span { border-color: #12CF30; }
span { border-color: rgb(18,207,48); }
td.TdClassName
{
border-color: #12CF30;
}
.TagClassName
{
border-color: #12CF30;
}
</style>