#7AAC21

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

Shades of Lima #7AAC21

Tints of Lima #7AAC21

Color information

#7AAC21 (or 0x7AAC21) is unknown color: approx Lima. HEX triplet: 7A, AC and 21. RGB value is (122,172,33). Sum of RGB (Red+Green+Blue) = 122+172+33=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC21 is #8553DE. Grayscale: #8D8D8D. Windows color (decimal): -8737759 or 2206842. OLE color: 2206842.

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

Color convert

RGB12217233-
CMYK0.2900.810.33
HSL81.58º67.8%40.2%-
HSV(B)81.58º80.81%67.45%-
XYZ23.0533.756.74-
YUV141.266.94114.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 172 (67.58% from 255) = 52.60%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=37.31%
G=52.60%
B=10.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122172330.2900.810.3381.5867.840.2
Hex7AAC211D05121524428
Octal172254413501214112210450
Binary111101010101100100001111010101000110000110100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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