#7AB421

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

Shades of Lima #7AB421

Tints of Lima #7AB421

Color information

#7AB421 (or 0x7AB421) is unknown color: approx Lima. HEX triplet: 7A, B4 and 21. RGB value is (122,180,33). Sum of RGB (Red+Green+Blue) = 122+180+33=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB421 is #854BDE. Grayscale: #929292. Windows color (decimal): -8735711 or 2208890. OLE color: 2208890.

HSL color Cylindrical-coordinate representation of color #7AB421: hue angle of 83.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7AB421 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB12218033-
CMYK0.3200.820.29
HSL83.67º69.01%41.76%-
HSV(B)83.67º81.67%70.59%-
XYZ24.6236.897.26-
YUV145.964.28110.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 180 (70.70% from 255) = 53.73%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=36.42%
G=53.73%
B=9.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122180330.3200.820.2983.6769.0141.76
Hex7AB421200521D54452a
Octal172264414001223512410552
Binary111101010110100100001100000010100101110110101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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