#7AB435

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

Shades of Lima #7AB435

Tints of Lima #7AB435

Color information

#7AB435 (or 0x7AB435) is unknown color: approx Lima. HEX triplet: 7A, B4 and 35. RGB value is (122,180,53). Sum of RGB (Red+Green+Blue) = 122+180+53=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB435 is #854BCA. Grayscale: #949494. Windows color (decimal): -8735691 or 3519610. OLE color: 3519610.

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

Color convert

RGB12218053-
CMYK0.3200.710.29
HSL87.4º54.51%45.69%-
HSV(B)87.4º70.56%70.59%-
XYZ24.9937.049.2-
YUV148.1874.28109.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 53 (21.09% from 255) = 14.93%
R=34.37%
G=50.70%
B=14.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122180530.3200.710.2987.454.5145.69
Hex7AB435200471D57372e
Octal17226465400107351276756
Binary11110101011010011010110000001000111111011010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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