#78A224

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

Shades of Lima #78A224

Tints of Lima #78A224

Color information

#78A224 (or 0x78A224) is unknown color: approx Lima. HEX triplet: 78, A2 and 24. RGB value is (120,162,36). Sum of RGB (Red+Green+Blue) = 120+162+36=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #78A224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A224 is #875DDB. Grayscale: #878787. Windows color (decimal): -8871388 or 2400888. OLE color: 2400888.

HSL color Cylindrical-coordinate representation of color #78A224: hue angle of 80º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78A224 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB12016236-
CMYK0.2600.780.36
HSL80º63.64%38.82%-
HSV(B)80º77.78%63.53%-
XYZ20.9829.966.35-
YUV135.0872.09117.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 36 (14.45% from 255) = 11.32%
R=37.74%
G=50.94%
B=11.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120162360.2600.780.368063.6438.82
Hex78A2241A04E24504027
Octal170242443201164412010047
Binary111100010100010100100110100100111010010010100001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,162,36); }

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

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

 a { background-color: rgb(120,162,36); }

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

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

 span { border-color: rgb(120,162,36); }

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