Html Css Color HEX #80AB08 Lima

📋 copy color: '#80AB08'

red 128 ◦ green 171 ◦ blue 8

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

Shades of Lima #80AB08

Tints of Lima #80AB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 41.69%
G = 55.7%
B = 2.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#80AB08 (or 0x80AB08) is known color: Lima. HEX triplet: 80, AB and 08. RGB value is (128,171,8). Sum of RGB (Red+Green+Blue) = 128+171+8=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB08 is #7F54F7. Grayscale: #8C8C8C. Windows color (decimal): -8344824 or 568192. OLE color: 568192.

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

Color convert

RGB 128 171 8 -
CMYK 0.25 0 0.95 0.33
HSL 75.83º 0.91% 0.35% -
HSV(B) 75.83º 0.95% 0.67% -
XYZ 23.51 33.73 5.5 -
YUV 139.56 53.75 119.75 -
System Red Green Blue C M Y K H S L
Decimal 128 171 8 0.25 0 0.95 0.33 75.83 0.91 0.35
Hex 80 AB 8 19 0 5F 21 4C 5B 23
Octal 200 253 10 31 0 137 41 114 133 43
Binary 10000000 10101011 1000 11001 0 1011111 100001 1001100 1011011 100011

Color Harmonies of #80AB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB08

Black with #80AB08

Text Example


Text Example

White with #80AB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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