Shades of Jade #1BA96A
Tints of Jade #1BA96A
RGB
CMYK
RGB Variations
Color information
#1BA96A (or 0x1BA96A) is known color: Jade. HEX triplet: 1B, A9 and 6A. RGB value is (27,169,106). Sum of RGB (Red+Green+Blue) = 27+169+106=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #1BA96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA96A is #E45695. Grayscale: #777777. Windows color (decimal): -14964374 or 6990107. OLE color: 6990107.
HSL color Cylindrical-coordinate representation of color #1BA96A: hue angle of 153.38º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA96A is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 169 | 106 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.34 |
| HSL | 153.38º | 0.72% | 0.38% | - |
| HSV(B) | 153.38º | 0.84% | 0.66% | - |
| XYZ | 17.24 | 29.65 | 18.45 | - |
| YUV | 119.36 | 120.46 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 106 | 0.84 | 0 | 0.37 | 0.34 | 153.38 | 0.72 | 0.38 |
| Hex | 1B | A9 | 6A | 54 | 0 | 25 | 22 | 99 | 48 | 26 |
| Octal | 33 | 251 | 152 | 124 | 0 | 45 | 42 | 231 | 110 | 46 |
| Binary | 11011 | 10101001 | 1101010 | 1010100 | 0 | 100101 | 100010 | 10011001 | 1001000 | 100110 |
Color Harmonies of #1BA96A
Complementary color
Monochromatic Colors of #1BA96A
Black with #1BA96A
Text Example
Text Example
White with #1BA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA96A; }
p { color: rgb(27,169,106); }
H1.HeaderClassName
{
color: #1BA96A;
}
.AnyTagClassName
{
color: #1BA96A;
}
</style>
background-color css
<style>
a { background-color: #1BA96A; }
a { background-color: rgb(27,169,106); }
div.DivClassName
{
background-color: #1BA96A;
}
.BgClassName
{
background-color: #1BA96A;
}
</style>
border-color css
<style>
span { border-color: #1BA96A; }
span { border-color: rgb(27,169,106); }
td.TdClassName
{
border-color: #1BA96A;
}
.TagClassName
{
border-color: #1BA96A;
}
</style>