Html Css Color HEX #78AC20 Lima

📋 copy color: '#78AC20'

red 120 ◦ green 172 ◦ blue 32

#78AC20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #78AC20

Tints of Lima #78AC20

RGB

 RED value IS 120 (47.27% from 255) = 37.04%

 GREEN value IS 172 (67.58% from 255) = 53.09%

 BLUE value IS 32 (12.89% from 255) = 9.88%

R = 37.04%
G = 53.09%
B = 9.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#78AC20 (or 0x78AC20) is known color: Lima. HEX triplet: 78, AC and 20. RGB value is (120,172,32). Sum of RGB (Red+Green+Blue) = 120+172+32=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AC20 is #8753DF. Grayscale: #8D8D8D. Windows color (decimal): -8868832 or 2141304. OLE color: 2141304.

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

Color convert

RGB 120 172 32 -
CMYK 0.30 0 0.81 0.33
HSL 82.29º 0.69% 0.4% -
HSV(B) 82.29º 0.81% 0.67% -
XYZ 22.76 33.6 6.65 -
YUV 140.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 120 172 32 0.30 0 0.81 0.33 82.29 0.69 0.4
Hex 78 AC 20 1E 0 51 21 52 45 28
Octal 170 254 40 36 0 121 41 122 105 50
Binary 1111000 10101100 100000 11110 0 1010001 100001 1010010 1000101 101000

Color Harmonies of #78AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AC20

Black with #78AC20

Text Example


Text Example

White with #78AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78AC20;
 }
 .AnyTagClassName
 {
   color: #78AC20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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