Html Css Color HEX #78A220 Lima

📋 copy color: '#78A220'

red 120 ◦ green 162 ◦ blue 32

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

Shades of Lima #78A220

Tints of Lima #78A220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.59%

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

R = 38.22%
G = 51.59%
B = 10.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#78A220 (or 0x78A220) is known color: Lima. HEX triplet: 78, A2 and 20. RGB value is (120,162,32). Sum of RGB (Red+Green+Blue) = 120+162+32=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #78A220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A220 is #875DDF. Grayscale: #878787. Windows color (decimal): -8871392 or 2138744. OLE color: 2138744.

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

Color convert

RGB 120 162 32 -
CMYK 0.26 0 0.80 0.36
HSL 79.38º 0.67% 0.38% -
HSV(B) 79.38º 0.8% 0.64% -
XYZ 20.93 29.94 6.04 -
YUV 134.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 120 162 32 0.26 0 0.80 0.36 79.38 0.67 0.38
Hex 78 A2 20 1A 0 50 24 4F 43 26
Octal 170 242 40 32 0 120 44 117 103 46
Binary 1111000 10100010 100000 11010 0 1010000 100100 1001111 1000011 100110

Color Harmonies of #78A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A220

Black with #78A220

Text Example


Text Example

White with #78A220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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