Shades of Persian Green #04AD9F
Tints of Persian Green #04AD9F
RGB
CMYK
RGB Variations
Color information
#04AD9F (or 0x04AD9F) is known color: Persian Green. HEX triplet: 04, AD and 9F. RGB value is (4,173,159). Sum of RGB (Red+Green+Blue) = 4+173+159=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AD9F is #FB5260. Grayscale: #787878. Windows color (decimal): -16470625 or 10464516. OLE color: 10464516.
HSL color Cylindrical-coordinate representation of color #04AD9F: hue angle of 175.03º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD9F is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 159 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.32 |
| HSL | 175.03º | 0.95% | 0.35% | - |
| HSV(B) | 175.03º | 0.98% | 0.68% | - |
| XYZ | 21.25 | 32.42 | 37.94 | - |
| YUV | 120.87 | 149.51 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 159 | 0.98 | 0 | 0.08 | 0.32 | 175.03 | 0.95 | 0.35 |
| Hex | 4 | AD | 9F | 62 | 0 | 8 | 20 | AF | 5F | 23 |
| Octal | 4 | 255 | 237 | 142 | 0 | 10 | 40 | 257 | 137 | 43 |
| Binary | 100 | 10101101 | 10011111 | 1100010 | 0 | 1000 | 100000 | 10101111 | 1011111 | 100011 |
Color Harmonies of #04AD9F
Complementary color
Monochromatic Colors of #04AD9F
Black with #04AD9F
Text Example
Text Example
White with #04AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD9F; }
p { color: rgb(4,173,159); }
H1.HeaderClassName
{
color: #04AD9F;
}
.AnyTagClassName
{
color: #04AD9F;
}
</style>
background-color css
<style>
a { background-color: #04AD9F; }
a { background-color: rgb(4,173,159); }
div.DivClassName
{
background-color: #04AD9F;
}
.BgClassName
{
background-color: #04AD9F;
}
</style>
border-color css
<style>
span { border-color: #04AD9F; }
span { border-color: rgb(4,173,159); }
td.TdClassName
{
border-color: #04AD9F;
}
.TagClassName
{
border-color: #04AD9F;
}
</style>