Shades of Jade #09BF67
Tints of Jade #09BF67
RGB
CMYK
RGB Variations
Color information
#09BF67 (or 0x09BF67) is known color: Jade. HEX triplet: 09, BF and 67. RGB value is (9,191,103). Sum of RGB (Red+Green+Blue) = 9+191+103=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BF67 is #F64098. Grayscale: #7E7E7E. Windows color (decimal): -16138393 or 6799113. OLE color: 6799113.
HSL color Cylindrical-coordinate representation of color #09BF67: hue angle of 150.99º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BF67 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 103 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.25 |
| HSL | 150.99º | 0.91% | 0.39% | - |
| HSV(B) | 150.99º | 0.95% | 0.75% | - |
| XYZ | 21.19 | 38.3 | 19.11 | - |
| YUV | 126.55 | 114.7 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 103 | 0.95 | 0 | 0.46 | 0.25 | 150.99 | 0.91 | 0.39 |
| Hex | 9 | BF | 67 | 5F | 0 | 2E | 19 | 97 | 5B | 27 |
| Octal | 11 | 277 | 147 | 137 | 0 | 56 | 31 | 227 | 133 | 47 |
| Binary | 1001 | 10111111 | 1100111 | 1011111 | 0 | 101110 | 11001 | 10010111 | 1011011 | 100111 |
Color Harmonies of #09BF67
Complementary color
Monochromatic Colors of #09BF67
Black with #09BF67
Text Example
Text Example
White with #09BF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF67; }
p { color: rgb(9,191,103); }
H1.HeaderClassName
{
color: #09BF67;
}
.AnyTagClassName
{
color: #09BF67;
}
</style>
background-color css
<style>
a { background-color: #09BF67; }
a { background-color: rgb(9,191,103); }
div.DivClassName
{
background-color: #09BF67;
}
.BgClassName
{
background-color: #09BF67;
}
</style>
border-color css
<style>
span { border-color: #09BF67; }
span { border-color: rgb(9,191,103); }
td.TdClassName
{
border-color: #09BF67;
}
.TagClassName
{
border-color: #09BF67;
}
</style>