Shades of Jade #09B467
Tints of Jade #09B467
RGB
CMYK
RGB Variations
Color information
#09B467 (or 0x09B467) is known color: Jade. HEX triplet: 09, B4 and 67. RGB value is (9,180,103). Sum of RGB (Red+Green+Blue) = 9+180+103=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #09B467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B467 is #F64B98. Grayscale: #787878. Windows color (decimal): -16141209 or 6796297. OLE color: 6796297.
HSL color Cylindrical-coordinate representation of color #09B467: hue angle of 152.98º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B467 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 180 | 103 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.29 |
| HSL | 152.98º | 0.9% | 0.37% | - |
| HSV(B) | 152.98º | 0.95% | 0.71% | - |
| XYZ | 18.88 | 33.68 | 18.34 | - |
| YUV | 120.09 | 118.35 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 103 | 0.95 | 0 | 0.43 | 0.29 | 152.98 | 0.9 | 0.37 |
| Hex | 9 | B4 | 67 | 5F | 0 | 2B | 1D | 99 | 5A | 25 |
| Octal | 11 | 264 | 147 | 137 | 0 | 53 | 35 | 231 | 132 | 45 |
| Binary | 1001 | 10110100 | 1100111 | 1011111 | 0 | 101011 | 11101 | 10011001 | 1011010 | 100101 |
Color Harmonies of #09B467
Complementary color
Monochromatic Colors of #09B467
Black with #09B467
Text Example
Text Example
White with #09B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B467; }
p { color: rgb(9,180,103); }
H1.HeaderClassName
{
color: #09B467;
}
.AnyTagClassName
{
color: #09B467;
}
</style>
background-color css
<style>
a { background-color: #09B467; }
a { background-color: rgb(9,180,103); }
div.DivClassName
{
background-color: #09B467;
}
.BgClassName
{
background-color: #09B467;
}
</style>
border-color css
<style>
span { border-color: #09B467; }
span { border-color: rgb(9,180,103); }
td.TdClassName
{
border-color: #09B467;
}
.TagClassName
{
border-color: #09B467;
}
</style>