#07AC8A

Color #07AC8A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #07AC8A

Tints of Persian Green #07AC8A

Color information

#07AC8A (or 0x07AC8A) is unknown color: approx Persian Green. HEX triplet: 07, AC and 8A. RGB value is (7,172,138). Sum of RGB (Red+Green+Blue) = 7+172+138=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AC8A is #F85375. Grayscale: #767676. Windows color (decimal): -16274294 or 9088007. OLE color: 9088007.

HSL color Cylindrical-coordinate representation of color #07AC8A: hue angle of 167.64º 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 #07AC8A is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB7172138-
CMYK0.9600.200.33
HSL167.64º92.18%35.1%-
HSV(B)167.64º95.93%67.45%-
XYZ19.4331.3929.08-
YUV118.79138.8448.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.21%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=2.21%
G=54.26%
B=43.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71721380.9600.200.33167.6492.1835.1
Hex7AC8A6001421a85c23
Octal72542121400244125013443
Binary11110101100100010101100000010100100001101010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07AC8A; }

 p { color: rgb(7,172,138); }

 H1.HeaderClassName
 {
   color: #07AC8A;
 }
 .AnyTagClassName
 {
   color: #07AC8A;
 }
</style>
background-color css

<style>
 a { background-color: #07AC8A; }

 a { background-color: rgb(7,172,138); }

 div.DivClassName
 {
   background-color: #07AC8A;
 }
 .BgClassName
 {
   background-color: #07AC8A;
 }
</style>
border-color css

<style>
 span { border-color: #07AC8A; }

 span { border-color: rgb(7,172,138); }

 td.TdClassName
 {
   border-color: #07AC8A;
 }
 .TagClassName
 {
   border-color: #07AC8A;
 }
</style>