#78AC27

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

Shades of Lima #78AC27

Tints of Lima #78AC27

Color information

#78AC27 (or 0x78AC27) is unknown color: approx Lima. HEX triplet: 78, AC and 27. RGB value is (120,172,39). Sum of RGB (Red+Green+Blue) = 120+172+39=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AC27 is #8753D8. Grayscale: #8D8D8D. Windows color (decimal): -8868825 or 2600056. OLE color: 2600056.

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

Color convert

RGB12017239-
CMYK0.3000.770.33
HSL83.46º63.03%41.37%-
HSV(B)83.46º77.33%67.45%-
XYZ22.8633.647.21-
YUV141.2970.27112.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 172 (67.58% from 255) = 51.96%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=36.25%
G=51.96%
B=11.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120172390.3000.770.3383.4663.0341.37
Hex78AC271E04D21533f29
Octal17025447360115411237751
Binary11110001010110010011111110010011011000011010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,172,39); }

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

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

 a { background-color: rgb(120,172,39); }

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

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

 span { border-color: rgb(120,172,39); }

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