#78A923

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

Shades of Lima #78A923

Tints of Lima #78A923

Color information

#78A923 (or 0x78A923) is unknown color: approx Lima. HEX triplet: 78, A9 and 23. RGB value is (120,169,35). Sum of RGB (Red+Green+Blue) = 120+169+35=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #78A923 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A923 is #8756DC. Grayscale: #8B8B8B. Windows color (decimal): -8869597 or 2337144. OLE color: 2337144.

HSL color Cylindrical-coordinate representation of color #78A923: hue angle of 81.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78A923 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB12016935-
CMYK0.2900.790.34
HSL81.94º65.69%40%-
HSV(B)81.94º79.29%66.27%-
XYZ22.2432.496.69-
YUV139.0769.27114.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 35 (14.06% from 255) = 10.80%
R=37.04%
G=52.16%
B=10.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120169350.2900.790.3481.9465.6940
Hex78A9231D04F22524228
Octal170251433501174212210250
Binary111100010101001100011111010100111110001010100101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,169,35); }

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

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

 a { background-color: rgb(120,169,35); }

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

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

 span { border-color: rgb(120,169,35); }

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