#7AC399

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

Shades of Padua #7AC399

Tints of Padua #7AC399

Color information

#7AC399 (or 0x7AC399) is unknown color: approx Padua. HEX triplet: 7A, C3 and 99. RGB value is (122,195,153). Sum of RGB (Red+Green+Blue) = 122+195+153=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC399 is #853C66. Grayscale: #A8A8A8. Windows color (decimal): -8731751 or 10077050. OLE color: 10077050.

HSL color Cylindrical-coordinate representation of color #7AC399: hue angle of 145.48º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC399 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB122195153-
CMYK0.3700.220.24
HSL145.48º37.82%62.16%-
HSV(B)145.48º37.44%76.47%-
XYZ33.2945.4737.16-
YUV168.38119.3294.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.96%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=25.96%
G=41.49%
B=32.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221951530.3700.220.24145.4837.8262.16
Hex7AC399250161891263e
Octal17230323145026302214676
Binary111101011000011100110011001010101101100010010001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,195,153); }

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

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

 a { background-color: rgb(122,195,153); }

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

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

 span { border-color: rgb(122,195,153); }

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