Html Css Color HEX #78AD16 Lima

📋 copy color: '#78AD16'

red 120 ◦ green 173 ◦ blue 22

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

Shades of Lima #78AD16

Tints of Lima #78AD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 38.1%
G = 54.92%
B = 6.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#78AD16 (or 0x78AD16) is known color: Lima. HEX triplet: 78, AD and 16. RGB value is (120,173,22). Sum of RGB (Red+Green+Blue) = 120+173+22=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AD16 is #8752E9. Grayscale: #8C8C8C. Windows color (decimal): -8868586 or 1486200. OLE color: 1486200.

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

Color convert

RGB 120 173 22 -
CMYK 0.31 0 0.87 0.32
HSL 81.06º 0.77% 0.38% -
HSV(B) 81.06º 0.87% 0.68% -
XYZ 22.83 33.94 6.11 -
YUV 139.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 120 173 22 0.31 0 0.87 0.32 81.06 0.77 0.38
Hex 78 AD 16 1F 0 57 20 51 4D 26
Octal 170 255 26 37 0 127 40 121 115 46
Binary 1111000 10101101 10110 11111 0 1010111 100000 1010001 1001101 100110

Color Harmonies of #78AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AD16

Black with #78AD16

Text Example


Text Example

White with #78AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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