#78AC25

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

Shades of Lima #78AC25

Tints of Lima #78AC25

Color information

#78AC25 (or 0x78AC25) is unknown color: approx Lima. HEX triplet: 78, AC and 25. RGB value is (120,172,37). Sum of RGB (Red+Green+Blue) = 120+172+37=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AC25 is #8753DA. Grayscale: #8D8D8D. Windows color (decimal): -8868827 or 2468984. OLE color: 2468984.

HSL color Cylindrical-coordinate representation of color #78AC25: hue angle of 83.11º degrees, saturation: 0.65, 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 #78AC25 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB12017237-
CMYK0.3000.780.33
HSL83.11º64.59%40.98%-
HSV(B)83.11º78.49%67.45%-
XYZ22.8333.637.04-
YUV141.0669.27112.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 172 (67.58% from 255) = 52.28%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=36.47%
G=52.28%
B=11.25%

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
Decimal120172370.3000.780.3383.1164.5940.98
Hex78AC251E04E21534129
Octal170254453601164112310151
Binary111100010101100100101111100100111010000110100111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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