#7ACC96

Color #7ACC96 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7ACC96

Tints of Padua #7ACC96

Color information

#7ACC96 (or 0x7ACC96) is unknown color: approx Padua. HEX triplet: 7A, CC and 96. RGB value is (122,204,150). Sum of RGB (Red+Green+Blue) = 122+204+150=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC96 is #853369. Grayscale: #ADADAD. Windows color (decimal): -8729450 or 9882746. OLE color: 9882746.

HSL color Cylindrical-coordinate representation of color #7ACC96: hue angle of 140.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACC96 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB122204150-
CMYK0.4000.260.2
HSL140.49º44.57%63.92%-
HSV(B)140.49º40.2%80%-
XYZ35.1249.5336.56-
YUV173.33114.8391.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.63%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=25.63%
G=42.86%
B=31.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041500.4000.260.2140.4944.5763.92
Hex7ACC962801A148c2d40
Octal172314226500322421455100
Binary1111010110011001001011010100001101010100100011001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACC96; }

 p { color: rgb(122,204,150); }

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

<style>
 a { background-color: #7ACC96; }

 a { background-color: rgb(122,204,150); }

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

<style>
 span { border-color: #7ACC96; }

 span { border-color: rgb(122,204,150); }

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