Shades of Jade #1ABC65
Tints of Jade #1ABC65
RGB
CMYK
RGB Variations
Color information
#1ABC65 (or 0x1ABC65) is known color: Jade. HEX triplet: 1A, BC and 65. RGB value is (26,188,101). Sum of RGB (Red+Green+Blue) = 26+188+101=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC65 is #E5439A. Grayscale: #818181. Windows color (decimal): -15025051 or 6667290. OLE color: 6667290.
HSL color Cylindrical-coordinate representation of color #1ABC65: hue angle of 147.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC65 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 101 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.26 |
| HSL | 147.78º | 0.76% | 0.42% | - |
| HSV(B) | 147.78º | 0.86% | 0.74% | - |
| XYZ | 20.76 | 37.13 | 18.38 | - |
| YUV | 129.64 | 111.83 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 101 | 0.86 | 0 | 0.46 | 0.26 | 147.78 | 0.76 | 0.42 |
| Hex | 1A | BC | 65 | 56 | 0 | 2E | 1A | 94 | 4C | 2A |
| Octal | 32 | 274 | 145 | 126 | 0 | 56 | 32 | 224 | 114 | 52 |
| Binary | 11010 | 10111100 | 1100101 | 1010110 | 0 | 101110 | 11010 | 10010100 | 1001100 | 101010 |
Color Harmonies of #1ABC65
Complementary color
Monochromatic Colors of #1ABC65
Black with #1ABC65
Text Example
Text Example
White with #1ABC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC65; }
p { color: rgb(26,188,101); }
H1.HeaderClassName
{
color: #1ABC65;
}
.AnyTagClassName
{
color: #1ABC65;
}
</style>
background-color css
<style>
a { background-color: #1ABC65; }
a { background-color: rgb(26,188,101); }
div.DivClassName
{
background-color: #1ABC65;
}
.BgClassName
{
background-color: #1ABC65;
}
</style>
border-color css
<style>
span { border-color: #1ABC65; }
span { border-color: rgb(26,188,101); }
td.TdClassName
{
border-color: #1ABC65;
}
.TagClassName
{
border-color: #1ABC65;
}
</style>