Shades of Jade #0FBB6A
Tints of Jade #0FBB6A
RGB
CMYK
RGB Variations
Color information
#0FBB6A (or 0x0FBB6A) is known color: Jade. HEX triplet: 0F, BB and 6A. RGB value is (15,187,106). Sum of RGB (Red+Green+Blue) = 15+187+106=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBB6A is #F04495. Grayscale: #7E7E7E. Windows color (decimal): -15746198 or 6994703. OLE color: 6994703.
HSL color Cylindrical-coordinate representation of color #0FBB6A: hue angle of 151.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB6A is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 106 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.27 |
| HSL | 151.74º | 0.85% | 0.4% | - |
| HSV(B) | 151.74º | 0.92% | 0.73% | - |
| XYZ | 20.57 | 36.68 | 19.63 | - |
| YUV | 126.34 | 116.52 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 106 | 0.92 | 0 | 0.43 | 0.27 | 151.74 | 0.85 | 0.4 |
| Hex | F | BB | 6A | 5C | 0 | 2B | 1B | 98 | 55 | 28 |
| Octal | 17 | 273 | 152 | 134 | 0 | 53 | 33 | 230 | 125 | 50 |
| Binary | 1111 | 10111011 | 1101010 | 1011100 | 0 | 101011 | 11011 | 10011000 | 1010101 | 101000 |
Color Harmonies of #0FBB6A
Complementary color
Monochromatic Colors of #0FBB6A
Black with #0FBB6A
Text Example
Text Example
White with #0FBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB6A; }
p { color: rgb(15,187,106); }
H1.HeaderClassName
{
color: #0FBB6A;
}
.AnyTagClassName
{
color: #0FBB6A;
}
</style>
background-color css
<style>
a { background-color: #0FBB6A; }
a { background-color: rgb(15,187,106); }
div.DivClassName
{
background-color: #0FBB6A;
}
.BgClassName
{
background-color: #0FBB6A;
}
</style>
border-color css
<style>
span { border-color: #0FBB6A; }
span { border-color: rgb(15,187,106); }
td.TdClassName
{
border-color: #0FBB6A;
}
.TagClassName
{
border-color: #0FBB6A;
}
</style>