Shades of Jade #1AAF68
Tints of Jade #1AAF68
RGB
CMYK
RGB Variations
Color information
#1AAF68 (or 0x1AAF68) is known color: Jade. HEX triplet: 1A, AF and 68. RGB value is (26,175,104). Sum of RGB (Red+Green+Blue) = 26+175+104=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF68 is #E55097. Grayscale: #7A7A7A. Windows color (decimal): -15028376 or 6860570. OLE color: 6860570.
HSL color Cylindrical-coordinate representation of color #1AAF68: hue angle of 151.41º 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 #1AAF68 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 104 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.31 |
| HSL | 151.41º | 0.74% | 0.39% | - |
| HSV(B) | 151.41º | 0.85% | 0.69% | - |
| XYZ | 18.25 | 31.88 | 18.29 | - |
| YUV | 122.36 | 117.64 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 104 | 0.85 | 0 | 0.41 | 0.31 | 151.41 | 0.74 | 0.39 |
| Hex | 1A | AF | 68 | 55 | 0 | 29 | 1F | 97 | 4A | 27 |
| Octal | 32 | 257 | 150 | 125 | 0 | 51 | 37 | 227 | 112 | 47 |
| Binary | 11010 | 10101111 | 1101000 | 1010101 | 0 | 101001 | 11111 | 10010111 | 1001010 | 100111 |
Color Harmonies of #1AAF68
Complementary color
Monochromatic Colors of #1AAF68
Black with #1AAF68
Text Example
Text Example
White with #1AAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF68; }
p { color: rgb(26,175,104); }
H1.HeaderClassName
{
color: #1AAF68;
}
.AnyTagClassName
{
color: #1AAF68;
}
</style>
background-color css
<style>
a { background-color: #1AAF68; }
a { background-color: rgb(26,175,104); }
div.DivClassName
{
background-color: #1AAF68;
}
.BgClassName
{
background-color: #1AAF68;
}
</style>
border-color css
<style>
span { border-color: #1AAF68; }
span { border-color: rgb(26,175,104); }
td.TdClassName
{
border-color: #1AAF68;
}
.TagClassName
{
border-color: #1AAF68;
}
</style>