Shades of Dark Pastel Green #12AF30
Tints of Dark Pastel Green #12AF30
RGB
CMYK
RGB Variations
Color information
#12AF30 (or 0x12AF30) is known color: Dark Pastel Green. HEX triplet: 12, AF and 30. RGB value is (18,175,48). Sum of RGB (Red+Green+Blue) = 18+175+48=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AF30 is #ED50CF. Grayscale: #717171. Windows color (decimal): -15552720 or 3190546. OLE color: 3190546.
HSL color Cylindrical-coordinate representation of color #12AF30: hue angle of 131.46º 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 #12AF30 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 48 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.31 |
| HSL | 131.47º | 0.81% | 0.38% | - |
| HSV(B) | 131.47º | 0.9% | 0.69% | - |
| XYZ | 16.11 | 31 | 7.93 | - |
| YUV | 113.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 48 | 0.90 | 0 | 0.73 | 0.31 | 131.47 | 0.81 | 0.38 |
| Hex | 12 | AF | 30 | 5A | 0 | 49 | 1F | 83 | 51 | 26 |
| Octal | 22 | 257 | 60 | 132 | 0 | 111 | 37 | 203 | 121 | 46 |
| Binary | 10010 | 10101111 | 110000 | 1011010 | 0 | 1001001 | 11111 | 10000011 | 1010001 | 100110 |
Color Harmonies of #12AF30
Complementary color
Monochromatic Colors of #12AF30
Black with #12AF30
Text Example
Text Example
White with #12AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF30; }
p { color: rgb(18,175,48); }
H1.HeaderClassName
{
color: #12AF30;
}
.AnyTagClassName
{
color: #12AF30;
}
</style>
background-color css
<style>
a { background-color: #12AF30; }
a { background-color: rgb(18,175,48); }
div.DivClassName
{
background-color: #12AF30;
}
.BgClassName
{
background-color: #12AF30;
}
</style>
border-color css
<style>
span { border-color: #12AF30; }
span { border-color: rgb(18,175,48); }
td.TdClassName
{
border-color: #12AF30;
}
.TagClassName
{
border-color: #12AF30;
}
</style>