Shades of Dark Pastel Green #12AF28
Tints of Dark Pastel Green #12AF28
RGB
CMYK
RGB Variations
Color information
#12AF28 (or 0x12AF28) is known color: Dark Pastel Green. HEX triplet: 12, AF and 28. RGB value is (18,175,40). Sum of RGB (Red+Green+Blue) = 18+175+40=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 175 (68.75% from 255 or 75.11% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AF28 is #ED50D7. Grayscale: #717171. Windows color (decimal): -15552728 or 2666258. OLE color: 2666258.
HSL color Cylindrical-coordinate representation of color #12AF28: hue angle of 128.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF28 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 40 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.31 |
| HSL | 128.41º | 0.81% | 0.38% | - |
| HSV(B) | 128.41º | 0.9% | 0.69% | - |
| XYZ | 15.96 | 30.94 | 7.14 | - |
| YUV | 112.67 | 86.99 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 40 | 0.90 | 0 | 0.77 | 0.31 | 128.41 | 0.81 | 0.38 |
| Hex | 12 | AF | 28 | 5A | 0 | 4D | 1F | 80 | 51 | 26 |
| Octal | 22 | 257 | 50 | 132 | 0 | 115 | 37 | 200 | 121 | 46 |
| Binary | 10010 | 10101111 | 101000 | 1011010 | 0 | 1001101 | 11111 | 10000000 | 1010001 | 100110 |
Color Harmonies of #12AF28
Complementary color
Monochromatic Colors of #12AF28
Black with #12AF28
Text Example
Text Example
White with #12AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF28; }
p { color: rgb(18,175,40); }
H1.HeaderClassName
{
color: #12AF28;
}
.AnyTagClassName
{
color: #12AF28;
}
</style>
background-color css
<style>
a { background-color: #12AF28; }
a { background-color: rgb(18,175,40); }
div.DivClassName
{
background-color: #12AF28;
}
.BgClassName
{
background-color: #12AF28;
}
</style>
border-color css
<style>
span { border-color: #12AF28; }
span { border-color: rgb(18,175,40); }
td.TdClassName
{
border-color: #12AF28;
}
.TagClassName
{
border-color: #12AF28;
}
</style>