Shades of Jade #1AAF67
Tints of Jade #1AAF67
RGB
CMYK
RGB Variations
Color information
#1AAF67 (or 0x1AAF67) is known color: Jade. HEX triplet: 1A, AF and 67. RGB value is (26,175,103). Sum of RGB (Red+Green+Blue) = 26+175+103=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF67 is #E55098. Grayscale: #7A7A7A. Windows color (decimal): -15028377 or 6795034. OLE color: 6795034.
HSL color Cylindrical-coordinate representation of color #1AAF67: hue angle of 151.01º 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 #1AAF67 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 103 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.31 |
| HSL | 151.01º | 0.74% | 0.39% | - |
| HSV(B) | 151.01º | 0.85% | 0.69% | - |
| XYZ | 18.2 | 31.86 | 18.02 | - |
| YUV | 122.24 | 117.14 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 103 | 0.85 | 0 | 0.41 | 0.31 | 151.01 | 0.74 | 0.39 |
| Hex | 1A | AF | 67 | 55 | 0 | 29 | 1F | 97 | 4A | 27 |
| Octal | 32 | 257 | 147 | 125 | 0 | 51 | 37 | 227 | 112 | 47 |
| Binary | 11010 | 10101111 | 1100111 | 1010101 | 0 | 101001 | 11111 | 10010111 | 1001010 | 100111 |
Color Harmonies of #1AAF67
Complementary color
Monochromatic Colors of #1AAF67
Black with #1AAF67
Text Example
Text Example
White with #1AAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF67; }
p { color: rgb(26,175,103); }
H1.HeaderClassName
{
color: #1AAF67;
}
.AnyTagClassName
{
color: #1AAF67;
}
</style>
background-color css
<style>
a { background-color: #1AAF67; }
a { background-color: rgb(26,175,103); }
div.DivClassName
{
background-color: #1AAF67;
}
.BgClassName
{
background-color: #1AAF67;
}
</style>
border-color css
<style>
span { border-color: #1AAF67; }
span { border-color: rgb(26,175,103); }
td.TdClassName
{
border-color: #1AAF67;
}
.TagClassName
{
border-color: #1AAF67;
}
</style>