Shades of Persian Green #04A685
Tints of Persian Green #04A685
RGB
CMYK
RGB Variations
Color information
#04A685 (or 0x04A685) is known color: Persian Green. HEX triplet: 04, A6 and 85. RGB value is (4,166,133). Sum of RGB (Red+Green+Blue) = 4+166+133=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #04A685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A685 is #FB597A. Grayscale: #717171. Windows color (decimal): -16472443 or 8758788. OLE color: 8758788.
HSL color Cylindrical-coordinate representation of color #04A685: hue angle of 167.78º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A685 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 133 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.35 |
| HSL | 167.78º | 0.95% | 0.33% | - |
| HSV(B) | 167.78º | 0.98% | 0.65% | - |
| XYZ | 17.92 | 28.99 | 26.84 | - |
| YUV | 113.8 | 138.83 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 133 | 0.98 | 0 | 0.20 | 0.35 | 167.78 | 0.95 | 0.33 |
| Hex | 4 | A6 | 85 | 62 | 0 | 14 | 23 | A8 | 5F | 21 |
| Octal | 4 | 246 | 205 | 142 | 0 | 24 | 43 | 250 | 137 | 41 |
| Binary | 100 | 10100110 | 10000101 | 1100010 | 0 | 10100 | 100011 | 10101000 | 1011111 | 100001 |
Color Harmonies of #04A685
Complementary color
Monochromatic Colors of #04A685
Black with #04A685
Text Example
Text Example
White with #04A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A685; }
p { color: rgb(4,166,133); }
H1.HeaderClassName
{
color: #04A685;
}
.AnyTagClassName
{
color: #04A685;
}
</style>
background-color css
<style>
a { background-color: #04A685; }
a { background-color: rgb(4,166,133); }
div.DivClassName
{
background-color: #04A685;
}
.BgClassName
{
background-color: #04A685;
}
</style>
border-color css
<style>
span { border-color: #04A685; }
span { border-color: rgb(4,166,133); }
td.TdClassName
{
border-color: #04A685;
}
.TagClassName
{
border-color: #04A685;
}
</style>