Shades of Jade #1AAF64
Tints of Jade #1AAF64
RGB
CMYK
RGB Variations
Color information
#1AAF64 (or 0x1AAF64) is known color: Jade. HEX triplet: 1A, AF and 64. RGB value is (26,175,100). Sum of RGB (Red+Green+Blue) = 26+175+100=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF64 is #E5509B. Grayscale: #7A7A7A. Windows color (decimal): -15028380 or 6598426. OLE color: 6598426.
HSL color Cylindrical-coordinate representation of color #1AAF64: hue angle of 149.8º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAF64 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 100 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.31 |
| HSL | 149.8º | 0.74% | 0.39% | - |
| HSV(B) | 149.8º | 0.85% | 0.69% | - |
| XYZ | 18.06 | 31.8 | 17.24 | - |
| YUV | 121.9 | 115.64 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 100 | 0.85 | 0 | 0.43 | 0.31 | 149.8 | 0.74 | 0.39 |
| Hex | 1A | AF | 64 | 55 | 0 | 2B | 1F | 96 | 4A | 27 |
| Octal | 32 | 257 | 144 | 125 | 0 | 53 | 37 | 226 | 112 | 47 |
| Binary | 11010 | 10101111 | 1100100 | 1010101 | 0 | 101011 | 11111 | 10010110 | 1001010 | 100111 |
Color Harmonies of #1AAF64
Complementary color
Monochromatic Colors of #1AAF64
Black with #1AAF64
Text Example
Text Example
White with #1AAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF64; }
p { color: rgb(26,175,100); }
H1.HeaderClassName
{
color: #1AAF64;
}
.AnyTagClassName
{
color: #1AAF64;
}
</style>
background-color css
<style>
a { background-color: #1AAF64; }
a { background-color: rgb(26,175,100); }
div.DivClassName
{
background-color: #1AAF64;
}
.BgClassName
{
background-color: #1AAF64;
}
</style>
border-color css
<style>
span { border-color: #1AAF64; }
span { border-color: rgb(26,175,100); }
td.TdClassName
{
border-color: #1AAF64;
}
.TagClassName
{
border-color: #1AAF64;
}
</style>