Html Css Color HEX #80AB0F Lima

📋 copy color: '#80AB0F'

red 128 ◦ green 171 ◦ blue 15

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

Shades of Lima #80AB0F

Tints of Lima #80AB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.78%

R = 40.76%
G = 54.46%
B = 4.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#80AB0F (or 0x80AB0F) is known color: Lima. HEX triplet: 80, AB and 0F. RGB value is (128,171,15). Sum of RGB (Red+Green+Blue) = 128+171+15=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB0F is #7F54F0. Grayscale: #8C8C8C. Windows color (decimal): -8344817 or 1026944. OLE color: 1026944.

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

Color convert

RGB 128 171 15 -
CMYK 0.25 0 0.91 0.33
HSL 76.54º 0.84% 0.36% -
HSV(B) 76.54º 0.91% 0.67% -
XYZ 23.55 33.75 5.72 -
YUV 140.36 57.25 119.18 -
System Red Green Blue C M Y K H S L
Decimal 128 171 15 0.25 0 0.91 0.33 76.54 0.84 0.36
Hex 80 AB F 19 0 5B 21 4D 54 24
Octal 200 253 17 31 0 133 41 115 124 44
Binary 10000000 10101011 1111 11001 0 1011011 100001 1001101 1010100 100100

Color Harmonies of #80AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB0F

Black with #80AB0F

Text Example


Text Example

White with #80AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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