Shades of Persian Green #04A69A
Tints of Persian Green #04A69A
RGB
CMYK
RGB Variations
Color information
#04A69A (or 0x04A69A) is known color: Persian Green. HEX triplet: 04, A6 and 9A. RGB value is (4,166,154). Sum of RGB (Red+Green+Blue) = 4+166+154=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #04A69A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A69A is #FB5965. Grayscale: #747474. Windows color (decimal): -16472422 or 10135044. OLE color: 10135044.
HSL color Cylindrical-coordinate representation of color #04A69A: hue angle of 175.56º 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 #04A69A is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 154 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.35 |
| HSL | 175.56º | 0.95% | 0.33% | - |
| HSV(B) | 175.56º | 0.98% | 0.65% | - |
| XYZ | 19.52 | 29.63 | 35.26 | - |
| YUV | 116.19 | 149.33 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 154 | 0.98 | 0 | 0.07 | 0.35 | 175.56 | 0.95 | 0.33 |
| Hex | 4 | A6 | 9A | 62 | 0 | 7 | 23 | B0 | 5F | 21 |
| Octal | 4 | 246 | 232 | 142 | 0 | 7 | 43 | 260 | 137 | 41 |
| Binary | 100 | 10100110 | 10011010 | 1100010 | 0 | 111 | 100011 | 10110000 | 1011111 | 100001 |
Color Harmonies of #04A69A
Complementary color
Monochromatic Colors of #04A69A
Black with #04A69A
Text Example
Text Example
White with #04A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A69A; }
p { color: rgb(4,166,154); }
H1.HeaderClassName
{
color: #04A69A;
}
.AnyTagClassName
{
color: #04A69A;
}
</style>
background-color css
<style>
a { background-color: #04A69A; }
a { background-color: rgb(4,166,154); }
div.DivClassName
{
background-color: #04A69A;
}
.BgClassName
{
background-color: #04A69A;
}
</style>
border-color css
<style>
span { border-color: #04A69A; }
span { border-color: rgb(4,166,154); }
td.TdClassName
{
border-color: #04A69A;
}
.TagClassName
{
border-color: #04A69A;
}
</style>