#7AC698

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

Shades of Padua #7AC698

Tints of Padua #7AC698

Color information

#7AC698 (or 0x7AC698) is unknown color: approx Padua. HEX triplet: 7A, C6 and 98. RGB value is (122,198,152). Sum of RGB (Red+Green+Blue) = 122+198+152=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC698 is #853967. Grayscale: #AAAAAA. Windows color (decimal): -8730984 or 10012282. OLE color: 10012282.

HSL color Cylindrical-coordinate representation of color #7AC698: hue angle of 143.68º 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 #7AC698 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB122198152-
CMYK0.3800.230.22
HSL143.68º40%62.75%-
HSV(B)143.68º38.38%77.65%-
XYZ33.8946.7936.95-
YUV170.03117.8293.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=25.85%
G=41.95%
B=32.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221981520.3800.230.22143.684062.75
Hex7AC698260171690283f
Octal17230623046027262205077
Binary111101011000110100110001001100101111011010010000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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