Shades of Jade #1AAC67
Tints of Jade #1AAC67
RGB
CMYK
RGB Variations
Color information
#1AAC67 (or 0x1AAC67) is known color: Jade. HEX triplet: 1A, AC and 67. RGB value is (26,172,103). Sum of RGB (Red+Green+Blue) = 26+172+103=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAC67 is #E55398. Grayscale: #787878. Windows color (decimal): -15029145 or 6794266. OLE color: 6794266.
HSL color Cylindrical-coordinate representation of color #1AAC67: hue angle of 151.64º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAC67 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 103 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.33 |
| HSL | 151.64º | 0.74% | 0.39% | - |
| HSV(B) | 151.64º | 0.85% | 0.67% | - |
| XYZ | 17.63 | 30.7 | 17.83 | - |
| YUV | 120.48 | 118.13 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 103 | 0.85 | 0 | 0.40 | 0.33 | 151.64 | 0.74 | 0.39 |
| Hex | 1A | AC | 67 | 55 | 0 | 28 | 21 | 98 | 4A | 27 |
| Octal | 32 | 254 | 147 | 125 | 0 | 50 | 41 | 230 | 112 | 47 |
| Binary | 11010 | 10101100 | 1100111 | 1010101 | 0 | 101000 | 100001 | 10011000 | 1001010 | 100111 |
Color Harmonies of #1AAC67
Complementary color
Monochromatic Colors of #1AAC67
Black with #1AAC67
Text Example
Text Example
White with #1AAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC67; }
p { color: rgb(26,172,103); }
H1.HeaderClassName
{
color: #1AAC67;
}
.AnyTagClassName
{
color: #1AAC67;
}
</style>
background-color css
<style>
a { background-color: #1AAC67; }
a { background-color: rgb(26,172,103); }
div.DivClassName
{
background-color: #1AAC67;
}
.BgClassName
{
background-color: #1AAC67;
}
</style>
border-color css
<style>
span { border-color: #1AAC67; }
span { border-color: rgb(26,172,103); }
td.TdClassName
{
border-color: #1AAC67;
}
.TagClassName
{
border-color: #1AAC67;
}
</style>