#7AA916

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

Shades of Lima #7AA916

Tints of Lima #7AA916

Color information

#7AA916 (or 0x7AA916) is unknown color: approx Lima. HEX triplet: 7A, A9 and 16. RGB value is (122,169,22). Sum of RGB (Red+Green+Blue) = 122+169+22=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 169 (66.41% from 255 or 53.99% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA916 is #8556E9. Grayscale: #8A8A8A. Windows color (decimal): -8738538 or 1485178. OLE color: 1485178.

HSL color Cylindrical-coordinate representation of color #7AA916: hue angle of 79.18º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AA916 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB12216922-
CMYK0.2800.870.34
HSL79.18º76.96%37.45%-
HSV(B)79.18º86.98%66.27%-
XYZ22.3632.575.87-
YUV138.1962.43116.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 169 (66.41% from 255) = 53.99%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=38.98%
G=53.99%
B=7.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122169220.2800.870.3479.1876.9637.45
Hex7AA9161C057224f4d25
Octal172251263401274211711545
Binary11110101010100110110111000101011110001010011111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,169,22); }

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

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

 a { background-color: rgb(122,169,22); }

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

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

 span { border-color: rgb(122,169,22); }

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