#78AE1B

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

Shades of Lima #78AE1B

Tints of Lima #78AE1B

Color information

#78AE1B (or 0x78AE1B) is unknown color: approx Lima. HEX triplet: 78, AE and 1B. RGB value is (120,174,27). Sum of RGB (Red+Green+Blue) = 120+174+27=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 174 (68.36% from 255 or 54.21% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AE1B is #8751E4. Grayscale: #8D8D8D. Windows color (decimal): -8868325 or 1814136. OLE color: 1814136.

HSL color Cylindrical-coordinate representation of color #78AE1B: hue angle of 82.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78AE1B is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB12017427-
CMYK0.3100.840.32
HSL82.04º73.13%39.41%-
HSV(B)82.04º84.48%68.24%-
XYZ23.0834.346.45-
YUV141.163.61112.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 174 (68.36% from 255) = 54.21%
BLUE value IS 27 (10.94% from 255) = 8.41%
R=37.38%
G=54.21%
B=8.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120174270.3100.840.3282.0473.1339.41
Hex78AE1B1F05420524927
Octal170256333701244012211147
Binary11110001010111011011111110101010010000010100101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,174,27); }

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

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

 a { background-color: rgb(120,174,27); }

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

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

 span { border-color: rgb(120,174,27); }

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