Shades of Jade #18AF6B
Tints of Jade #18AF6B
RGB
CMYK
RGB Variations
Color information
#18AF6B (or 0x18AF6B) is known color: Jade. HEX triplet: 18, AF and 6B. RGB value is (24,175,107). Sum of RGB (Red+Green+Blue) = 24+175+107=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF6B is #E75094. Grayscale: #7A7A7A. Windows color (decimal): -15159445 or 7057176. OLE color: 7057176.
HSL color Cylindrical-coordinate representation of color #18AF6B: hue angle of 152.98º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF6B is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 175 | 107 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.31 |
| HSL | 152.98º | 0.76% | 0.39% | - |
| HSV(B) | 152.98º | 0.86% | 0.69% | - |
| XYZ | 18.36 | 31.92 | 19.1 | - |
| YUV | 122.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 107 | 0.86 | 0 | 0.39 | 0.31 | 152.98 | 0.76 | 0.39 |
| Hex | 18 | AF | 6B | 56 | 0 | 27 | 1F | 99 | 4C | 27 |
| Octal | 30 | 257 | 153 | 126 | 0 | 47 | 37 | 231 | 114 | 47 |
| Binary | 11000 | 10101111 | 1101011 | 1010110 | 0 | 100111 | 11111 | 10011001 | 1001100 | 100111 |
Color Harmonies of #18AF6B
Complementary color
Monochromatic Colors of #18AF6B
Black with #18AF6B
Text Example
Text Example
White with #18AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AF6B; }
p { color: rgb(24,175,107); }
H1.HeaderClassName
{
color: #18AF6B;
}
.AnyTagClassName
{
color: #18AF6B;
}
</style>
background-color css
<style>
a { background-color: #18AF6B; }
a { background-color: rgb(24,175,107); }
div.DivClassName
{
background-color: #18AF6B;
}
.BgClassName
{
background-color: #18AF6B;
}
</style>
border-color css
<style>
span { border-color: #18AF6B; }
span { border-color: rgb(24,175,107); }
td.TdClassName
{
border-color: #18AF6B;
}
.TagClassName
{
border-color: #18AF6B;
}
</style>