#7AAC2D

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

Shades of Lima #7AAC2D

Tints of Lima #7AAC2D

Color information

#7AAC2D (or 0x7AAC2D) is unknown color: approx Lima. HEX triplet: 7A, AC and 2D. RGB value is (122,172,45). Sum of RGB (Red+Green+Blue) = 122+172+45=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC2D is #8553D2. Grayscale: #8F8F8F. Windows color (decimal): -8737747 or 2993274. OLE color: 2993274.

HSL color Cylindrical-coordinate representation of color #7AAC2D: hue angle of 83.62º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AAC2D is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB12217245-
CMYK0.2900.740.33
HSL83.62º58.53%42.55%-
HSV(B)83.62º73.84%67.45%-
XYZ23.2533.837.79-
YUV142.5772.94113.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 172 (67.58% from 255) = 50.74%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=35.99%
G=50.74%
B=13.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122172450.2900.740.3383.6258.5342.55
Hex7AAC2D1D04A21543b2b
Octal17225455350112411247353
Binary11110101010110010110111101010010101000011010100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,45); }

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

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

 a { background-color: rgb(122,172,45); }

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

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

 span { border-color: rgb(122,172,45); }

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