Shades of Dark Pastel Green #12AF2A
Tints of Dark Pastel Green #12AF2A
RGB
CMYK
RGB Variations
Color information
#12AF2A (or 0x12AF2A) is known color: Dark Pastel Green. HEX triplet: 12, AF and 2A. RGB value is (18,175,42). Sum of RGB (Red+Green+Blue) = 18+175+42=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 175 (68.75% from 255 or 74.47% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AF2A is #ED50D5. Grayscale: #717171. Windows color (decimal): -15552726 or 2797330. OLE color: 2797330.
HSL color Cylindrical-coordinate representation of color #12AF2A: hue angle of 129.17º 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 #12AF2A is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 42 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.31 |
| HSL | 129.17º | 0.81% | 0.38% | - |
| HSV(B) | 129.17º | 0.9% | 0.69% | - |
| XYZ | 16 | 30.96 | 7.32 | - |
| YUV | 112.9 | 87.99 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 42 | 0.90 | 0 | 0.76 | 0.31 | 129.17 | 0.81 | 0.38 |
| Hex | 12 | AF | 2A | 5A | 0 | 4C | 1F | 81 | 51 | 26 |
| Octal | 22 | 257 | 52 | 132 | 0 | 114 | 37 | 201 | 121 | 46 |
| Binary | 10010 | 10101111 | 101010 | 1011010 | 0 | 1001100 | 11111 | 10000001 | 1010001 | 100110 |
Color Harmonies of #12AF2A
Complementary color
Monochromatic Colors of #12AF2A
Black with #12AF2A
Text Example
Text Example
White with #12AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF2A; }
p { color: rgb(18,175,42); }
H1.HeaderClassName
{
color: #12AF2A;
}
.AnyTagClassName
{
color: #12AF2A;
}
</style>
background-color css
<style>
a { background-color: #12AF2A; }
a { background-color: rgb(18,175,42); }
div.DivClassName
{
background-color: #12AF2A;
}
.BgClassName
{
background-color: #12AF2A;
}
</style>
border-color css
<style>
span { border-color: #12AF2A; }
span { border-color: rgb(18,175,42); }
td.TdClassName
{
border-color: #12AF2A;
}
.TagClassName
{
border-color: #12AF2A;
}
</style>