Shades of Jade #1BB965
Tints of Jade #1BB965
RGB
CMYK
RGB Variations
Color information
#1BB965 (or 0x1BB965) is known color: Jade. HEX triplet: 1B, B9 and 65. RGB value is (27,185,101). Sum of RGB (Red+Green+Blue) = 27+185+101=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #1BB965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB965 is #E4469A. Grayscale: #808080. Windows color (decimal): -14960283 or 6666523. OLE color: 6666523.
HSL color Cylindrical-coordinate representation of color #1BB965: hue angle of 148.1º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB965 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 185 | 101 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.27 |
| HSL | 148.1º | 0.75% | 0.42% | - |
| HSV(B) | 148.1º | 0.85% | 0.73% | - |
| XYZ | 20.15 | 35.87 | 18.17 | - |
| YUV | 128.18 | 112.65 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 185 | 101 | 0.85 | 0 | 0.45 | 0.27 | 148.1 | 0.75 | 0.42 |
| Hex | 1B | B9 | 65 | 55 | 0 | 2D | 1B | 94 | 4B | 2A |
| Octal | 33 | 271 | 145 | 125 | 0 | 55 | 33 | 224 | 113 | 52 |
| Binary | 11011 | 10111001 | 1100101 | 1010101 | 0 | 101101 | 11011 | 10010100 | 1001011 | 101010 |
Color Harmonies of #1BB965
Complementary color
Monochromatic Colors of #1BB965
Black with #1BB965
Text Example
Text Example
White with #1BB965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB965; }
p { color: rgb(27,185,101); }
H1.HeaderClassName
{
color: #1BB965;
}
.AnyTagClassName
{
color: #1BB965;
}
</style>
background-color css
<style>
a { background-color: #1BB965; }
a { background-color: rgb(27,185,101); }
div.DivClassName
{
background-color: #1BB965;
}
.BgClassName
{
background-color: #1BB965;
}
</style>
border-color css
<style>
span { border-color: #1BB965; }
span { border-color: rgb(27,185,101); }
td.TdClassName
{
border-color: #1BB965;
}
.TagClassName
{
border-color: #1BB965;
}
</style>