Shades of Persian Green #07AC93
Tints of Persian Green #07AC93
RGB
CMYK
RGB Variations
Color information
#07AC93 (or 0x07AC93) is known color: Persian Green. HEX triplet: 07, AC and 93. RGB value is (7,172,147). Sum of RGB (Red+Green+Blue) = 7+172+147=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AC93 is #F8536C. Grayscale: #777777. Windows color (decimal): -16274285 or 9677831. OLE color: 9677831.
HSL color Cylindrical-coordinate representation of color #07AC93: hue angle of 170.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AC93 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 172 | 147 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.33 |
| HSL | 170.91º | 0.92% | 0.35% | - |
| HSV(B) | 170.91º | 0.96% | 0.67% | - |
| XYZ | 20.11 | 31.66 | 32.65 | - |
| YUV | 119.82 | 143.34 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 147 | 0.96 | 0 | 0.15 | 0.33 | 170.91 | 0.92 | 0.35 |
| Hex | 7 | AC | 93 | 60 | 0 | F | 21 | AB | 5C | 23 |
| Octal | 7 | 254 | 223 | 140 | 0 | 17 | 41 | 253 | 134 | 43 |
| Binary | 111 | 10101100 | 10010011 | 1100000 | 0 | 1111 | 100001 | 10101011 | 1011100 | 100011 |
Color Harmonies of #07AC93
Complementary color
Monochromatic Colors of #07AC93
Black with #07AC93
Text Example
Text Example
White with #07AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AC93; }
p { color: rgb(7,172,147); }
H1.HeaderClassName
{
color: #07AC93;
}
.AnyTagClassName
{
color: #07AC93;
}
</style>
background-color css
<style>
a { background-color: #07AC93; }
a { background-color: rgb(7,172,147); }
div.DivClassName
{
background-color: #07AC93;
}
.BgClassName
{
background-color: #07AC93;
}
</style>
border-color css
<style>
span { border-color: #07AC93; }
span { border-color: rgb(7,172,147); }
td.TdClassName
{
border-color: #07AC93;
}
.TagClassName
{
border-color: #07AC93;
}
</style>