Shades of Persian Green #049A9A
Tints of Persian Green #049A9A
RGB
CMYK
RGB Variations
Color information
#049A9A (or 0x049A9A) is known color: Persian Green. HEX triplet: 04, 9A and 9A. RGB value is (4,154,154). Sum of RGB (Red+Green+Blue) = 4+154+154=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #049A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049A9A is #FB6565. Grayscale: #6D6D6D. Windows color (decimal): -16475494 or 10131972. OLE color: 10131972.
HSL color Cylindrical-coordinate representation of color #049A9A: hue angle of 180º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049A9A is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 154 | 154 | - |
| CMYK | 0.97 | 0 | 0 | 0.40 |
| HSL | 180º | 0.95% | 0.31% | - |
| HSV(B) | 180º | 0.97% | 0.6% | - |
| XYZ | 17.44 | 25.47 | 34.57 | - |
| YUV | 109.15 | 153.31 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 154 | 154 | 0.97 | 0 | 0 | 0.40 | 180 | 0.95 | 0.31 |
| Hex | 4 | 9A | 9A | 61 | 0 | 0 | 28 | B4 | 5F | 1F |
| Octal | 4 | 232 | 232 | 141 | 0 | 0 | 50 | 264 | 137 | 37 |
| Binary | 100 | 10011010 | 10011010 | 1100001 | 0 | 0 | 101000 | 10110100 | 1011111 | 11111 |
Color Harmonies of #049A9A
Complementary color
Monochromatic Colors of #049A9A
Black with #049A9A
Text Example
Text Example
White with #049A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049A9A; }
p { color: rgb(4,154,154); }
H1.HeaderClassName
{
color: #049A9A;
}
.AnyTagClassName
{
color: #049A9A;
}
</style>
background-color css
<style>
a { background-color: #049A9A; }
a { background-color: rgb(4,154,154); }
div.DivClassName
{
background-color: #049A9A;
}
.BgClassName
{
background-color: #049A9A;
}
</style>
border-color css
<style>
span { border-color: #049A9A; }
span { border-color: rgb(4,154,154); }
td.TdClassName
{
border-color: #049A9A;
}
.TagClassName
{
border-color: #049A9A;
}
</style>