#80C00A

Color #80C00A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80C00A

Tints of Lima #80C00A

Color information

#80C00A (or 0x80C00A) is unknown color: approx Lima. HEX triplet: 80, C0 and 0A. RGB value is (128,192,10). Sum of RGB (Red+Green+Blue) = 128+192+10=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #80C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C00A is #7F3FF5. Grayscale: #989898. Windows color (decimal): -8339446 or 704640. OLE color: 704640.

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

Color convert

RGB12819210-
CMYK0.3300.950.25
HSL81.1º90.1%39.61%-
HSV(B)81.1º94.79%75.29%-
XYZ27.8142.316.99-
YUV152.1247.8110.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 192 (75.39% from 255) = 58.18%
BLUE value IS 10 (4.30% from 255) = 3.03%
R=38.79%
G=58.18%
B=3.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128192100.3300.950.2581.190.139.61
Hex80C0A2105F19515a28
Octal200300124101373112113250
Binary10000000110000001010100001010111111100110100011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80C00A;
 }
 .AnyTagClassName
 {
   color: #80C00A;
 }
</style>
background-color css

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

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

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

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

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

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