Shades of Jade #03AF65
Tints of Jade #03AF65
RGB
CMYK
RGB Variations
Color information
#03AF65 (or 0x03AF65) is known color: Jade. HEX triplet: 03, AF and 65. RGB value is (3,175,101). Sum of RGB (Red+Green+Blue) = 3+175+101=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF65 is #FC509A. Grayscale: #737373. Windows color (decimal): -16535707 or 6663939. OLE color: 6663939.
HSL color Cylindrical-coordinate representation of color #03AF65: hue angle of 154.19º 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 #03AF65 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 175 | 101 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.31 |
| HSL | 154.19º | 0.97% | 0.35% | - |
| HSV(B) | 154.19º | 0.98% | 0.69% | - |
| XYZ | 17.72 | 31.62 | 17.48 | - |
| YUV | 115.14 | 120.02 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 101 | 0.98 | 0 | 0.42 | 0.31 | 154.19 | 0.97 | 0.35 |
| Hex | 3 | AF | 65 | 62 | 0 | 2A | 1F | 9A | 61 | 23 |
| Octal | 3 | 257 | 145 | 142 | 0 | 52 | 37 | 232 | 141 | 43 |
| Binary | 11 | 10101111 | 1100101 | 1100010 | 0 | 101010 | 11111 | 10011010 | 1100001 | 100011 |
Color Harmonies of #03AF65
Complementary color
Monochromatic Colors of #03AF65
Black with #03AF65
Text Example
Text Example
White with #03AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AF65; }
p { color: rgb(3,175,101); }
H1.HeaderClassName
{
color: #03AF65;
}
.AnyTagClassName
{
color: #03AF65;
}
</style>
background-color css
<style>
a { background-color: #03AF65; }
a { background-color: rgb(3,175,101); }
div.DivClassName
{
background-color: #03AF65;
}
.BgClassName
{
background-color: #03AF65;
}
</style>
border-color css
<style>
span { border-color: #03AF65; }
span { border-color: rgb(3,175,101); }
td.TdClassName
{
border-color: #03AF65;
}
.TagClassName
{
border-color: #03AF65;
}
</style>