#07AC7D

Color #07AC7D Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #07AC7D

Tints of Free Speech Aquamarine #07AC7D

Color information

#07AC7D (or 0x07AC7D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, AC and 7D. RGB value is (7,172,125). Sum of RGB (Red+Green+Blue) = 7+172+125=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AC7D is #F85382. Grayscale: #757575. Windows color (decimal): -16274307 or 8236039. OLE color: 8236039.

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

Color convert

RGB7172125-
CMYK0.9600.270.33
HSL162.91º92.18%35.1%-
HSV(B)162.91º95.93%67.45%-
XYZ18.5431.0324.41-
YUV117.31132.3449.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 172 (67.58% from 255) = 56.58%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=2.30%
G=56.58%
B=41.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71721250.9600.270.33162.9192.1835.1
Hex7AC7D6001B21a35c23
Octal72541751400334124313443
Binary1111010110011111011100000011011100001101000111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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