Shades of Jade #1BAF62
Tints of Jade #1BAF62
RGB
CMYK
RGB Variations
Color information
#1BAF62 (or 0x1BAF62) is known color: Jade. HEX triplet: 1B, AF and 62. RGB value is (27,175,98). Sum of RGB (Red+Green+Blue) = 27+175+98=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF62 is #E4509D. Grayscale: #7A7A7A. Windows color (decimal): -14962846 or 6467355. OLE color: 6467355.
HSL color Cylindrical-coordinate representation of color #1BAF62: hue angle of 148.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF62 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 98 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.31 |
| HSL | 148.78º | 0.73% | 0.4% | - |
| HSV(B) | 148.78º | 0.85% | 0.69% | - |
| XYZ | 17.99 | 31.77 | 16.74 | - |
| YUV | 121.97 | 114.47 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 98 | 0.85 | 0 | 0.44 | 0.31 | 148.78 | 0.73 | 0.4 |
| Hex | 1B | AF | 62 | 55 | 0 | 2C | 1F | 95 | 49 | 28 |
| Octal | 33 | 257 | 142 | 125 | 0 | 54 | 37 | 225 | 111 | 50 |
| Binary | 11011 | 10101111 | 1100010 | 1010101 | 0 | 101100 | 11111 | 10010101 | 1001001 | 101000 |
Color Harmonies of #1BAF62
Complementary color
Monochromatic Colors of #1BAF62
Black with #1BAF62
Text Example
Text Example
White with #1BAF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF62; }
p { color: rgb(27,175,98); }
H1.HeaderClassName
{
color: #1BAF62;
}
.AnyTagClassName
{
color: #1BAF62;
}
</style>
background-color css
<style>
a { background-color: #1BAF62; }
a { background-color: rgb(27,175,98); }
div.DivClassName
{
background-color: #1BAF62;
}
.BgClassName
{
background-color: #1BAF62;
}
</style>
border-color css
<style>
span { border-color: #1BAF62; }
span { border-color: rgb(27,175,98); }
td.TdClassName
{
border-color: #1BAF62;
}
.TagClassName
{
border-color: #1BAF62;
}
</style>