Shades of Jade #03AF7A
Tints of Jade #03AF7A
RGB
CMYK
RGB Variations
Color information
#03AF7A (or 0x03AF7A) is known color: Jade. HEX triplet: 03, AF and 7A. RGB value is (3,175,122). Sum of RGB (Red+Green+Blue) = 3+175+122=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF7A is #FC5085. Grayscale: #757575. Windows color (decimal): -16535686 or 8040195. OLE color: 8040195.
HSL color Cylindrical-coordinate representation of color #03AF7A: hue angle of 161.51º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AF7A is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 175 | 122 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.31 |
| HSL | 161.51º | 0.97% | 0.35% | - |
| HSV(B) | 161.51º | 0.98% | 0.69% | - |
| XYZ | 18.88 | 32.08 | 23.61 | - |
| YUV | 117.53 | 130.52 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 122 | 0.98 | 0 | 0.30 | 0.31 | 161.51 | 0.97 | 0.35 |
| Hex | 3 | AF | 7A | 62 | 0 | 1E | 1F | A2 | 61 | 23 |
| Octal | 3 | 257 | 172 | 142 | 0 | 36 | 37 | 242 | 141 | 43 |
| Binary | 11 | 10101111 | 1111010 | 1100010 | 0 | 11110 | 11111 | 10100010 | 1100001 | 100011 |
Color Harmonies of #03AF7A
Complementary color
Monochromatic Colors of #03AF7A
Black with #03AF7A
Text Example
Text Example
White with #03AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AF7A; }
p { color: rgb(3,175,122); }
H1.HeaderClassName
{
color: #03AF7A;
}
.AnyTagClassName
{
color: #03AF7A;
}
</style>
background-color css
<style>
a { background-color: #03AF7A; }
a { background-color: rgb(3,175,122); }
div.DivClassName
{
background-color: #03AF7A;
}
.BgClassName
{
background-color: #03AF7A;
}
</style>
border-color css
<style>
span { border-color: #03AF7A; }
span { border-color: rgb(3,175,122); }
td.TdClassName
{
border-color: #03AF7A;
}
.TagClassName
{
border-color: #03AF7A;
}
</style>