Shades of Jade #12AF65
Tints of Jade #12AF65
RGB
CMYK
RGB Variations
Color information
#12AF65 (or 0x12AF65) is known color: Jade. HEX triplet: 12, AF and 65. RGB value is (18,175,101). Sum of RGB (Red+Green+Blue) = 18+175+101=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF65 is #ED509A. Grayscale: #777777. Windows color (decimal): -15552667 or 6663954. OLE color: 6663954.
HSL color Cylindrical-coordinate representation of color #12AF65: hue angle of 151.72º 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 #12AF65 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 101 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.31 |
| HSL | 151.72º | 0.81% | 0.38% | - |
| HSV(B) | 151.72º | 0.9% | 0.69% | - |
| XYZ | 17.93 | 31.73 | 17.49 | - |
| YUV | 119.62 | 117.49 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 101 | 0.90 | 0 | 0.42 | 0.31 | 151.72 | 0.81 | 0.38 |
| Hex | 12 | AF | 65 | 5A | 0 | 2A | 1F | 98 | 51 | 26 |
| Octal | 22 | 257 | 145 | 132 | 0 | 52 | 37 | 230 | 121 | 46 |
| Binary | 10010 | 10101111 | 1100101 | 1011010 | 0 | 101010 | 11111 | 10011000 | 1010001 | 100110 |
Color Harmonies of #12AF65
Complementary color
Monochromatic Colors of #12AF65
Black with #12AF65
Text Example
Text Example
White with #12AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF65; }
p { color: rgb(18,175,101); }
H1.HeaderClassName
{
color: #12AF65;
}
.AnyTagClassName
{
color: #12AF65;
}
</style>
background-color css
<style>
a { background-color: #12AF65; }
a { background-color: rgb(18,175,101); }
div.DivClassName
{
background-color: #12AF65;
}
.BgClassName
{
background-color: #12AF65;
}
</style>
border-color css
<style>
span { border-color: #12AF65; }
span { border-color: rgb(18,175,101); }
td.TdClassName
{
border-color: #12AF65;
}
.TagClassName
{
border-color: #12AF65;
}
</style>