Html Css Color HEX #80AB0C Lima

📋 copy color: '#80AB0C'

red 128 ◦ green 171 ◦ blue 12

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

Shades of Lima #80AB0C

Tints of Lima #80AB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 41.16%
G = 54.98%
B = 3.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#80AB0C (or 0x80AB0C) is known color: Lima. HEX triplet: 80, AB and 0C. RGB value is (128,171,12). Sum of RGB (Red+Green+Blue) = 128+171+12=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB0C is #7F54F3. Grayscale: #8C8C8C. Windows color (decimal): -8344820 or 830336. OLE color: 830336.

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

Color convert

RGB 128 171 12 -
CMYK 0.25 0 0.93 0.33
HSL 76.23º 0.87% 0.36% -
HSV(B) 76.23º 0.93% 0.67% -
XYZ 23.53 33.74 5.62 -
YUV 140.02 55.75 119.43 -
System Red Green Blue C M Y K H S L
Decimal 128 171 12 0.25 0 0.93 0.33 76.23 0.87 0.36
Hex 80 AB C 19 0 5D 21 4C 57 24
Octal 200 253 14 31 0 135 41 114 127 44
Binary 10000000 10101011 1100 11001 0 1011101 100001 1001100 1010111 100100

Color Harmonies of #80AB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB0C

Black with #80AB0C

Text Example


Text Example

White with #80AB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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