Html Css Color HEX #78AA18 Lima

📋 copy color: '#78AA18'

red 120 ◦ green 170 ◦ blue 24

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

Shades of Lima #78AA18

Tints of Lima #78AA18

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.14%

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 38.22%
G = 54.14%
B = 7.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#78AA18 (or 0x78AA18) is known color: Lima. HEX triplet: 78, AA and 18. RGB value is (120,170,24). Sum of RGB (Red+Green+Blue) = 120+170+24=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AA18 is #8755E7. Grayscale: #8A8A8A. Windows color (decimal): -8869352 or 1616504. OLE color: 1616504.

HSL color Cylindrical-coordinate representation of color #78AA18: hue angle of 80.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78AA18 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 170 24 -
CMYK 0.29 0 0.86 0.33
HSL 80.55º 0.75% 0.38% -
HSV(B) 80.55º 0.86% 0.67% -
XYZ 22.29 32.81 6.02 -
YUV 138.41 63.44 114.87 -
System Red Green Blue C M Y K H S L
Decimal 120 170 24 0.29 0 0.86 0.33 80.55 0.75 0.38
Hex 78 AA 18 1D 0 56 21 51 4B 26
Octal 170 252 30 35 0 126 41 121 113 46
Binary 1111000 10101010 11000 11101 0 1010110 100001 1010001 1001011 100110

Color Harmonies of #78AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA18

Black with #78AA18

Text Example


Text Example

White with #78AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,170,24); }

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

background-color css

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

 a { background-color: rgb(120,170,24); }

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

border-color css

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

 span { border-color: rgb(120,170,24); }

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