#78ab26

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

Shades of Lima #78AB26

Tints of Lima #78AB26

Color information

#78AB26 (or 0x78AB26) is unknown color: approx Lima. HEX triplet: 78, AB and 26. RGB value is (120,171,38). Sum of RGB (Red+Green+Blue) = 120+171+38=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB26 is #8754D9. Grayscale: #8D8D8D. Windows color (decimal): -8869082 or 2534264. OLE color: 2534264.

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

Color convert

RGB12017138-
CMYK0.3000.780.33
HSL83.01º63.64%40.98%-
HSV(B)83.01º77.78%67.06%-
XYZ22.6633.267.06-
YUV140.5970.1113.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 171 (67.19% from 255) = 51.98%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=36.47%
G=51.98%
B=11.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120171380.3000.780.3383.0163.6440.98
Hex78AB261E04E21534029
Octal170253463601164112310051
Binary111100010101011100110111100100111010000110100111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ab26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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