#7AAA24

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

Shades of Lima #7AAA24

Tints of Lima #7AAA24

Color information

#7AAA24 (or 0x7AAA24) is unknown color: approx Lima. HEX triplet: 7A, AA and 24. RGB value is (122,170,36). Sum of RGB (Red+Green+Blue) = 122+170+36=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA24 is #8555DB. Grayscale: #8C8C8C. Windows color (decimal): -8738268 or 2402938. OLE color: 2402938.

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

Color convert

RGB12217036-
CMYK0.2800.790.33
HSL81.49º65.05%40.39%-
HSV(B)81.49º78.82%66.67%-
XYZ22.7233.016.84-
YUV140.3769.1114.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.20%
GREEN value IS 170 (66.80% from 255) = 51.83%
BLUE value IS 36 (14.45% from 255) = 10.98%
R=37.20%
G=51.83%
B=10.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122170360.2800.790.3381.4965.0540.39
Hex7AAA241C04F21514128
Octal172252443401174112110150
Binary111101010101010100100111000100111110000110100011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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