Html Css Color HEX #80AD0D Lima

📋 copy color: '#80AD0D'

red 128 ◦ green 173 ◦ blue 13

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

Shades of Lima #80AD0D

Tints of Lima #80AD0D

RGB

 RED value IS 128 (50.39% from 255) = 40.76%

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 40.76%
G = 55.1%
B = 4.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#80AD0D (or 0x80AD0D) is known color: Lima. HEX triplet: 80, AD and 0D. RGB value is (128,173,13). Sum of RGB (Red+Green+Blue) = 128+173+13=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AD0D is #7F52F2. Grayscale: #8D8D8D. Windows color (decimal): -8344307 or 896384. OLE color: 896384.

HSL color Cylindrical-coordinate representation of color #80AD0D: hue angle of 76.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80AD0D is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 13 -
CMYK 0.26 0 0.92 0.32
HSL 76.88º 0.86% 0.36% -
HSV(B) 76.88º 0.92% 0.68% -
XYZ 23.92 34.51 5.78 -
YUV 141.31 55.59 118.51 -
System Red Green Blue C M Y K H S L
Decimal 128 173 13 0.26 0 0.92 0.32 76.88 0.86 0.36
Hex 80 AD D 1A 0 5C 20 4D 56 24
Octal 200 255 15 32 0 134 40 115 126 44
Binary 10000000 10101101 1101 11010 0 1011100 100000 1001101 1010110 100100

Color Harmonies of #80AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD0D

Black with #80AD0D

Text Example


Text Example

White with #80AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AD0D; }

 p { color: rgb(128,173,13); }

 H1.HeaderClassName
 {
   color: #80AD0D;
 }
 .AnyTagClassName
 {
   color: #80AD0D;
 }
</style>

background-color css

<style>
 a { background-color: #80AD0D; }

 a { background-color: rgb(128,173,13); }

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

border-color css

<style>
 span { border-color: #80AD0D; }

 span { border-color: rgb(128,173,13); }

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