#7AAA26

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

Shades of Lima #7AAA26

Tints of Lima #7AAA26

Color information

#7AAA26 (or 0x7AAA26) is unknown color: approx Lima. HEX triplet: 7A, AA and 26. RGB value is (122,170,38). Sum of RGB (Red+Green+Blue) = 122+170+38=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA26 is #8555D9. Grayscale: #8D8D8D. Windows color (decimal): -8738266 or 2534010. OLE color: 2534010.

HSL color Cylindrical-coordinate representation of color #7AAA26: hue angle of 81.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AAA26 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB12217038-
CMYK0.2800.780.33
HSL81.82º63.46%40.78%-
HSV(B)81.82º77.65%66.67%-
XYZ22.7533.037.01-
YUV140.670.1114.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 170 (66.80% from 255) = 51.52%
BLUE value IS 38 (15.23% from 255) = 11.52%
R=36.97%
G=51.52%
B=11.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122170380.2800.780.3381.8263.4640.78
Hex7AAA261C04E21523f29
Octal17225246340116411227751
Binary11110101010101010011011100010011101000011010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,170,38); }

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

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

 a { background-color: rgb(122,170,38); }

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

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

 span { border-color: rgb(122,170,38); }

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