#78AB2A

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

Shades of Lima #78AB2A

Tints of Lima #78AB2A

Color information

#78AB2A (or 0x78AB2A) is unknown color: approx Lima. HEX triplet: 78, AB and 2A. RGB value is (120,171,42). Sum of RGB (Red+Green+Blue) = 120+171+42=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB2A is #8754D5. Grayscale: #8D8D8D. Windows color (decimal): -8869078 or 2796408. OLE color: 2796408.

HSL color Cylindrical-coordinate representation of color #78AB2A: hue angle of 83.72º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78AB2A is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB12017142-
CMYK0.3000.750.33
HSL83.72º60.56%41.76%-
HSV(B)83.72º75.44%67.06%-
XYZ22.7333.297.42-
YUV141.0572.1112.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=36.04%
G=51.35%
B=12.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120171420.3000.750.3383.7260.5641.76
Hex78AB2A1E04B21543d2a
Octal17025352360113411247552
Binary11110001010101110101011110010010111000011010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AB2A; }

 p { color: rgb(120,171,42); }

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

<style>
 a { background-color: #78AB2A; }

 a { background-color: rgb(120,171,42); }

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

<style>
 span { border-color: #78AB2A; }

 span { border-color: rgb(120,171,42); }

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