#7AC69E

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

Shades of Padua #7AC69E

Tints of Padua #7AC69E

Color information

#7AC69E (or 0x7AC69E) is unknown color: approx Padua. HEX triplet: 7A, C6 and 9E. RGB value is (122,198,158). Sum of RGB (Red+Green+Blue) = 122+198+158=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC69E is #853961. Grayscale: #AAAAAA. Windows color (decimal): -8730978 or 10405498. OLE color: 10405498.

HSL color Cylindrical-coordinate representation of color #7AC69E: hue angle of 148.42º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC69E is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB122198158-
CMYK0.3800.200.22
HSL148.42º40%62.75%-
HSV(B)148.42º38.38%77.65%-
XYZ34.3946.9939.61-
YUV170.72120.8293.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=25.52%
G=41.42%
B=33.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221981580.3800.200.22148.424062.75
Hex7AC69E260141694283f
Octal17230623646024262245077
Binary111101011000110100111101001100101001011010010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,198,158); }

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

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

 a { background-color: rgb(122,198,158); }

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

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

 span { border-color: rgb(122,198,158); }

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