#78BA1A

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

Shades of Lima #78BA1A

Tints of Lima #78BA1A

Color information

#78BA1A (or 0x78BA1A) is unknown color: approx Lima. HEX triplet: 78, BA and 1A. RGB value is (120,186,26). Sum of RGB (Red+Green+Blue) = 120+186+26=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BA1A is #8745E5. Grayscale: #949494. Windows color (decimal): -8865254 or 1751672. OLE color: 1751672.

HSL color Cylindrical-coordinate representation of color #78BA1A: hue angle of 84.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78BA1A is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB12018626-
CMYK0.3500.860.27
HSL84.75º75.47%41.57%-
HSV(B)84.75º86.02%72.94%-
XYZ25.4939.197.2-
YUV148.0359.13108.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 186 (73.05% from 255) = 56.02%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=36.14%
G=56.02%
B=7.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120186260.3500.860.2784.7575.4741.57
Hex78BA1A230561B554b2a
Octal170272324301263312511352
Binary11110001011101011010100011010101101101110101011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,186,26); }

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

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

 a { background-color: rgb(120,186,26); }

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

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

 span { border-color: rgb(120,186,26); }

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