Shades of Jade #08AF7A
Tints of Jade #08AF7A
RGB
CMYK
RGB Variations
Color information
#08AF7A (or 0x08AF7A) is known color: Jade. HEX triplet: 08, AF and 7A. RGB value is (8,175,122). Sum of RGB (Red+Green+Blue) = 8+175+122=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AF7A is #F75085. Grayscale: #777777. Windows color (decimal): -16208006 or 8040200. OLE color: 8040200.
HSL color Cylindrical-coordinate representation of color #08AF7A: hue angle of 160.96º degrees, saturation: 0.91, 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 #08AF7A is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 175 | 122 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.31 |
| HSL | 160.96º | 0.91% | 0.36% | - |
| HSV(B) | 160.96º | 0.95% | 0.69% | - |
| XYZ | 18.94 | 32.12 | 23.61 | - |
| YUV | 119.03 | 129.67 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 175 | 122 | 0.95 | 0 | 0.30 | 0.31 | 160.96 | 0.91 | 0.36 |
| Hex | 8 | AF | 7A | 5F | 0 | 1E | 1F | A1 | 5B | 24 |
| Octal | 10 | 257 | 172 | 137 | 0 | 36 | 37 | 241 | 133 | 44 |
| Binary | 1000 | 10101111 | 1111010 | 1011111 | 0 | 11110 | 11111 | 10100001 | 1011011 | 100100 |
Color Harmonies of #08AF7A
Complementary color
Monochromatic Colors of #08AF7A
Black with #08AF7A
Text Example
Text Example
White with #08AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AF7A; }
p { color: rgb(8,175,122); }
H1.HeaderClassName
{
color: #08AF7A;
}
.AnyTagClassName
{
color: #08AF7A;
}
</style>
background-color css
<style>
a { background-color: #08AF7A; }
a { background-color: rgb(8,175,122); }
div.DivClassName
{
background-color: #08AF7A;
}
.BgClassName
{
background-color: #08AF7A;
}
</style>
border-color css
<style>
span { border-color: #08AF7A; }
span { border-color: rgb(8,175,122); }
td.TdClassName
{
border-color: #08AF7A;
}
.TagClassName
{
border-color: #08AF7A;
}
</style>