Html Css Color HEX #80AB0D Lima

📋 copy color: '#80AB0D'

red 128 ◦ green 171 ◦ blue 13

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

Shades of Lima #80AB0D

Tints of Lima #80AB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.81%

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

R = 41.03%
G = 54.81%
B = 4.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#80AB0D (or 0x80AB0D) is known color: Lima. HEX triplet: 80, AB and 0D. RGB value is (128,171,13). Sum of RGB (Red+Green+Blue) = 128+171+13=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB0D is #7F54F2. Grayscale: #8C8C8C. Windows color (decimal): -8344819 or 895872. OLE color: 895872.

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

Color convert

RGB 128 171 13 -
CMYK 0.25 0 0.92 0.33
HSL 76.33º 0.86% 0.36% -
HSV(B) 76.33º 0.92% 0.67% -
XYZ 23.54 33.74 5.65 -
YUV 140.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 128 171 13 0.25 0 0.92 0.33 76.33 0.86 0.36
Hex 80 AB D 19 0 5C 21 4C 56 24
Octal 200 253 15 31 0 134 41 114 126 44
Binary 10000000 10101011 1101 11001 0 1011100 100001 1001100 1010110 100100

Color Harmonies of #80AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB0D

Black with #80AB0D

Text Example


Text Example

White with #80AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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