Shades of Jade #09AF6B
Tints of Jade #09AF6B
RGB
CMYK
RGB Variations
Color information
#09AF6B (or 0x09AF6B) is known color: Jade. HEX triplet: 09, AF and 6B. RGB value is (9,175,107). Sum of RGB (Red+Green+Blue) = 9+175+107=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF6B is #F65094. Grayscale: #757575. Windows color (decimal): -16142485 or 7057161. OLE color: 7057161.
HSL color Cylindrical-coordinate representation of color #09AF6B: hue angle of 155.42º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF6B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 107 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.31 |
| HSL | 155.42º | 0.9% | 0.36% | - |
| HSV(B) | 155.42º | 0.95% | 0.69% | - |
| XYZ | 18.1 | 31.78 | 19.09 | - |
| YUV | 117.61 | 122 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 107 | 0.95 | 0 | 0.39 | 0.31 | 155.42 | 0.9 | 0.36 |
| Hex | 9 | AF | 6B | 5F | 0 | 27 | 1F | 9B | 5A | 24 |
| Octal | 11 | 257 | 153 | 137 | 0 | 47 | 37 | 233 | 132 | 44 |
| Binary | 1001 | 10101111 | 1101011 | 1011111 | 0 | 100111 | 11111 | 10011011 | 1011010 | 100100 |
Color Harmonies of #09AF6B
Complementary color
Monochromatic Colors of #09AF6B
Black with #09AF6B
Text Example
Text Example
White with #09AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF6B; }
p { color: rgb(9,175,107); }
H1.HeaderClassName
{
color: #09AF6B;
}
.AnyTagClassName
{
color: #09AF6B;
}
</style>
background-color css
<style>
a { background-color: #09AF6B; }
a { background-color: rgb(9,175,107); }
div.DivClassName
{
background-color: #09AF6B;
}
.BgClassName
{
background-color: #09AF6B;
}
</style>
border-color css
<style>
span { border-color: #09AF6B; }
span { border-color: rgb(9,175,107); }
td.TdClassName
{
border-color: #09AF6B;
}
.TagClassName
{
border-color: #09AF6B;
}
</style>