Shades of Jade #1AB36B
Tints of Jade #1AB36B
RGB
CMYK
RGB Variations
Color information
#1AB36B (or 0x1AB36B) is known color: Jade. HEX triplet: 1A, B3 and 6B. RGB value is (26,179,107). Sum of RGB (Red+Green+Blue) = 26+179+107=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB36B is #E54C94. Grayscale: #7D7D7D. Windows color (decimal): -15027349 or 7058202. OLE color: 7058202.
HSL color Cylindrical-coordinate representation of color #1AB36B: hue angle of 151.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB36B is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 107 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.30 |
| HSL | 151.76º | 0.75% | 0.4% | - |
| HSV(B) | 151.76º | 0.85% | 0.7% | - |
| XYZ | 19.2 | 33.52 | 19.37 | - |
| YUV | 125.05 | 117.81 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 107 | 0.85 | 0 | 0.40 | 0.30 | 151.76 | 0.75 | 0.4 |
| Hex | 1A | B3 | 6B | 55 | 0 | 28 | 1E | 98 | 4B | 28 |
| Octal | 32 | 263 | 153 | 125 | 0 | 50 | 36 | 230 | 113 | 50 |
| Binary | 11010 | 10110011 | 1101011 | 1010101 | 0 | 101000 | 11110 | 10011000 | 1001011 | 101000 |
Color Harmonies of #1AB36B
Complementary color
Monochromatic Colors of #1AB36B
Black with #1AB36B
Text Example
Text Example
White with #1AB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB36B; }
p { color: rgb(26,179,107); }
H1.HeaderClassName
{
color: #1AB36B;
}
.AnyTagClassName
{
color: #1AB36B;
}
</style>
background-color css
<style>
a { background-color: #1AB36B; }
a { background-color: rgb(26,179,107); }
div.DivClassName
{
background-color: #1AB36B;
}
.BgClassName
{
background-color: #1AB36B;
}
</style>
border-color css
<style>
span { border-color: #1AB36B; }
span { border-color: rgb(26,179,107); }
td.TdClassName
{
border-color: #1AB36B;
}
.TagClassName
{
border-color: #1AB36B;
}
</style>