Shades of Persian Green #07AD9C
Tints of Persian Green #07AD9C
RGB
CMYK
RGB Variations
Color information
#07AD9C (or 0x07AD9C) is known color: Persian Green. HEX triplet: 07, AD and 9C. RGB value is (7,173,156). Sum of RGB (Red+Green+Blue) = 7+173+156=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AD9C is #F85263. Grayscale: #797979. Windows color (decimal): -16274020 or 10267911. OLE color: 10267911.
HSL color Cylindrical-coordinate representation of color #07AD9C: hue angle of 173.86º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AD9C is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 156 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.32 |
| HSL | 173.86º | 0.92% | 0.35% | - |
| HSV(B) | 173.86º | 0.96% | 0.68% | - |
| XYZ | 21.03 | 32.33 | 36.58 | - |
| YUV | 121.43 | 147.5 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 156 | 0.96 | 0 | 0.10 | 0.32 | 173.86 | 0.92 | 0.35 |
| Hex | 7 | AD | 9C | 60 | 0 | A | 20 | AE | 5C | 23 |
| Octal | 7 | 255 | 234 | 140 | 0 | 12 | 40 | 256 | 134 | 43 |
| Binary | 111 | 10101101 | 10011100 | 1100000 | 0 | 1010 | 100000 | 10101110 | 1011100 | 100011 |
Color Harmonies of #07AD9C
Complementary color
Monochromatic Colors of #07AD9C
Black with #07AD9C
Text Example
Text Example
White with #07AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD9C; }
p { color: rgb(7,173,156); }
H1.HeaderClassName
{
color: #07AD9C;
}
.AnyTagClassName
{
color: #07AD9C;
}
</style>
background-color css
<style>
a { background-color: #07AD9C; }
a { background-color: rgb(7,173,156); }
div.DivClassName
{
background-color: #07AD9C;
}
.BgClassName
{
background-color: #07AD9C;
}
</style>
border-color css
<style>
span { border-color: #07AD9C; }
span { border-color: rgb(7,173,156); }
td.TdClassName
{
border-color: #07AD9C;
}
.TagClassName
{
border-color: #07AD9C;
}
</style>