#80EE12

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

Shades of Lawn Green #80EE12

Tints of Lawn Green #80EE12

Color information

#80EE12 (or 0x80EE12) is unknown color: approx Lawn Green. HEX triplet: 80, EE and 12. RGB value is (128,238,18). Sum of RGB (Red+Green+Blue) = 128+238+18=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 238 (93.36% from 255 or 61.98% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EE12 is #7F11ED. Grayscale: #B4B4B4. Windows color (decimal): -8327662 or 1240704. OLE color: 1240704.

HSL color Cylindrical-coordinate representation of color #80EE12: hue angle of 90º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80EE12 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB12823818-
CMYK0.4600.920.07
HSL90º86.61%50.2%-
HSV(B)90º92.44%93.33%-
XYZ39.5965.7811.18-
YUV180.0336.5690.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 238 (93.36% from 255) = 61.98%
BLUE value IS 18 (7.42% from 255) = 4.69%
R=33.33%
G=61.98%
B=4.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128238180.4600.920.079086.6150.2
Hex80EE122E05C75a5732
Octal20035622560134713212762
Binary1000000011101110100101011100101110011110110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,18); }

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

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

 a { background-color: rgb(128,238,18); }

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

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

 span { border-color: rgb(128,238,18); }

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