#7AB121

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

Shades of Lima #7AB121

Tints of Lima #7AB121

Color information

#7AB121 (or 0x7AB121) is unknown color: approx Lima. HEX triplet: 7A, B1 and 21. RGB value is (122,177,33). Sum of RGB (Red+Green+Blue) = 122+177+33=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB121 is #854EDE. Grayscale: #909090. Windows color (decimal): -8736479 or 2208122. OLE color: 2208122.

HSL color Cylindrical-coordinate representation of color #7AB121: hue angle of 82.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AB121 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB12217733-
CMYK0.3100.810.31
HSL82.92º68.57%41.18%-
HSV(B)82.92º81.36%69.41%-
XYZ24.0235.697.06-
YUV144.1465.28112.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 177 (69.53% from 255) = 53.31%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=36.75%
G=53.31%
B=9.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122177330.3100.810.3182.9268.5741.18
Hex7AB1211F0511F534529
Octal172261413701213712310551
Binary11110101011000110000111111010100011111110100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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