Html Css Color HEX #80C01A Lima

📋 copy color: '#80C01A'

red 128 ◦ green 192 ◦ blue 26

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

Shades of Lima #80C01A

Tints of Lima #80C01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 36.99%
G = 55.49%
B = 7.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#80C01A (or 0x80C01A) is known color: Lima. HEX triplet: 80, C0 and 1A. RGB value is (128,192,26). Sum of RGB (Red+Green+Blue) = 128+192+26=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #80C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C01A is #7F3FE5. Grayscale: #9A9A9A. Windows color (decimal): -8339430 or 1753216. OLE color: 1753216.

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

Color convert

RGB 128 192 26 -
CMYK 0.33 0 0.86 0.25
HSL 83.13º 0.76% 0.43% -
HSV(B) 83.13º 0.86% 0.75% -
XYZ 27.94 42.36 7.68 -
YUV 153.94 55.8 109.5 -
System Red Green Blue C M Y K H S L
Decimal 128 192 26 0.33 0 0.86 0.25 83.13 0.76 0.43
Hex 80 C0 1A 21 0 56 19 53 4C 2B
Octal 200 300 32 41 0 126 31 123 114 53
Binary 10000000 11000000 11010 100001 0 1010110 11001 1010011 1001100 101011

Color Harmonies of #80C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C01A

Black with #80C01A

Text Example


Text Example

White with #80C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,26); }

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

background-color css

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

 a { background-color: rgb(128,192,26); }

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

border-color css

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

 span { border-color: rgb(128,192,26); }

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