#80C18F

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

Shades of Bay Leaf #80C18F

Tints of Bay Leaf #80C18F

Color information

#80C18F (or 0x80C18F) is unknown color: approx Bay Leaf. HEX triplet: 80, C1 and 8F. RGB value is (128,193,143). Sum of RGB (Red+Green+Blue) = 128+193+143=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #80C18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C18F is #7F3E70. Grayscale: #A7A7A7. Windows color (decimal): -8339057 or 9421184. OLE color: 9421184.

HSL color Cylindrical-coordinate representation of color #80C18F: hue angle of 133.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C18F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB128193143-
CMYK0.3400.260.24
HSL133.85º34.39%62.94%-
HSV(B)133.85º33.68%75.69%-
XYZ32.9344.7132.88-
YUV167.86113.9799.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 193 (75.78% from 255) = 41.59%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=27.59%
G=41.59%
B=30.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931430.3400.260.24133.8534.3962.94
Hex80C18F2201A1886223f
Octal20030121742032302064277
Binary1000000011000001100011111000100110101100010000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,143); }

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

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

 a { background-color: rgb(128,193,143); }

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

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

 span { border-color: rgb(128,193,143); }

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