#7AB418

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

Shades of Lima #7AB418

Tints of Lima #7AB418

Color information

#7AB418 (or 0x7AB418) is unknown color: approx Lima. HEX triplet: 7A, B4 and 18. RGB value is (122,180,24). Sum of RGB (Red+Green+Blue) = 122+180+24=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB418 is #854BE7. Grayscale: #919191. Windows color (decimal): -8735720 or 1619066. OLE color: 1619066.

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

Color convert

RGB12218024-
CMYK0.3200.870.29
HSL82.31º76.47%40%-
HSV(B)82.31º86.67%70.59%-
XYZ24.5136.856.68-
YUV144.8759.78111.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 180 (70.70% from 255) = 55.21%
BLUE value IS 24 (9.77% from 255) = 7.36%
R=37.42%
G=55.21%
B=7.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122180240.3200.870.2982.3176.4740
Hex7AB418200571D524c28
Octal172264304001273512211450
Binary11110101011010011000100000010101111110110100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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