Shades of Persian Green #04AD92
Tints of Persian Green #04AD92
RGB
CMYK
RGB Variations
Color information
#04AD92 (or 0x04AD92) is known color: Persian Green. HEX triplet: 04, AD and 92. RGB value is (4,173,146). Sum of RGB (Red+Green+Blue) = 4+173+146=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AD92 is #FB526D. Grayscale: #777777. Windows color (decimal): -16470638 or 9612548. OLE color: 9612548.
HSL color Cylindrical-coordinate representation of color #04AD92: hue angle of 170.41º 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 #04AD92 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 146 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.32 |
| HSL | 170.41º | 0.95% | 0.35% | - |
| HSV(B) | 170.41º | 0.98% | 0.68% | - |
| XYZ | 20.18 | 31.99 | 32.3 | - |
| YUV | 119.39 | 143.01 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 146 | 0.98 | 0 | 0.16 | 0.32 | 170.41 | 0.95 | 0.35 |
| Hex | 4 | AD | 92 | 62 | 0 | 10 | 20 | AA | 5F | 23 |
| Octal | 4 | 255 | 222 | 142 | 0 | 20 | 40 | 252 | 137 | 43 |
| Binary | 100 | 10101101 | 10010010 | 1100010 | 0 | 10000 | 100000 | 10101010 | 1011111 | 100011 |
Color Harmonies of #04AD92
Complementary color
Monochromatic Colors of #04AD92
Black with #04AD92
Text Example
Text Example
White with #04AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD92; }
p { color: rgb(4,173,146); }
H1.HeaderClassName
{
color: #04AD92;
}
.AnyTagClassName
{
color: #04AD92;
}
</style>
background-color css
<style>
a { background-color: #04AD92; }
a { background-color: rgb(4,173,146); }
div.DivClassName
{
background-color: #04AD92;
}
.BgClassName
{
background-color: #04AD92;
}
</style>
border-color css
<style>
span { border-color: #04AD92; }
span { border-color: rgb(4,173,146); }
td.TdClassName
{
border-color: #04AD92;
}
.TagClassName
{
border-color: #04AD92;
}
</style>