Shades of Persian Green #04A7A1
Tints of Persian Green #04A7A1
RGB
CMYK
RGB Variations
Color information
#04A7A1 (or 0x04A7A1) is known color: Persian Green. HEX triplet: 04, A7 and A1. RGB value is (4,167,161). Sum of RGB (Red+Green+Blue) = 4+167+161=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 161 (63.28% from 255 or 48.49% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #04A7A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A7A1 is #FB585E. Grayscale: #757575. Windows color (decimal): -16472159 or 10594052. OLE color: 10594052.
HSL color Cylindrical-coordinate representation of color #04A7A1: hue angle of 177.79º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A7A1 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 167 | 161 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.35 |
| HSL | 177.79º | 0.95% | 0.34% | - |
| HSV(B) | 177.79º | 0.98% | 0.65% | - |
| XYZ | 20.3 | 30.24 | 38.48 | - |
| YUV | 117.58 | 152.5 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 167 | 161 | 0.98 | 0 | 0.04 | 0.35 | 177.79 | 0.95 | 0.34 |
| Hex | 4 | A7 | A1 | 62 | 0 | 4 | 23 | B2 | 5F | 22 |
| Octal | 4 | 247 | 241 | 142 | 0 | 4 | 43 | 262 | 137 | 42 |
| Binary | 100 | 10100111 | 10100001 | 1100010 | 0 | 100 | 100011 | 10110010 | 1011111 | 100010 |
Color Harmonies of #04A7A1
Complementary color
Monochromatic Colors of #04A7A1
Black with #04A7A1
Text Example
Text Example
White with #04A7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A7A1; }
p { color: rgb(4,167,161); }
H1.HeaderClassName
{
color: #04A7A1;
}
.AnyTagClassName
{
color: #04A7A1;
}
</style>
background-color css
<style>
a { background-color: #04A7A1; }
a { background-color: rgb(4,167,161); }
div.DivClassName
{
background-color: #04A7A1;
}
.BgClassName
{
background-color: #04A7A1;
}
</style>
border-color css
<style>
span { border-color: #04A7A1; }
span { border-color: rgb(4,167,161); }
td.TdClassName
{
border-color: #04A7A1;
}
.TagClassName
{
border-color: #04A7A1;
}
</style>