Html Css Color HEX #78AD20 Lima

📋 copy color: '#78AD20'

red 120 ◦ green 173 ◦ blue 32

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

Shades of Lima #78AD20

Tints of Lima #78AD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.23%

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

R = 36.92%
G = 53.23%
B = 9.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#78AD20 (or 0x78AD20) is known color: Lima. HEX triplet: 78, AD and 20. RGB value is (120,173,32). Sum of RGB (Red+Green+Blue) = 120+173+32=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AD20 is #8752DF. Grayscale: #8D8D8D. Windows color (decimal): -8868576 or 2141560. OLE color: 2141560.

HSL color Cylindrical-coordinate representation of color #78AD20: hue angle of 82.55º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78AD20 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 173 32 -
CMYK 0.31 0 0.82 0.32
HSL 82.55º 0.69% 0.4% -
HSV(B) 82.55º 0.82% 0.68% -
XYZ 22.95 33.98 6.72 -
YUV 141.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 120 173 32 0.31 0 0.82 0.32 82.55 0.69 0.4
Hex 78 AD 20 1F 0 52 20 53 45 28
Octal 170 255 40 37 0 122 40 123 105 50
Binary 1111000 10101101 100000 11111 0 1010010 100000 1010011 1000101 101000

Color Harmonies of #78AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AD20

Black with #78AD20

Text Example


Text Example

White with #78AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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