#81FEA0

Color #81FEA0 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #81FEA0

Tints of Mint Green #81FEA0

Color information

#81FEA0 (or 0x81FEA0) is unknown color: approx Mint Green. HEX triplet: 81, FE and A0. RGB value is (129,254,160). Sum of RGB (Red+Green+Blue) = 129+254+160=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FEA0 is #7E015F. Grayscale: #CECECE. Windows color (decimal): -8257888 or 10550913. OLE color: 10550913.

HSL color Cylindrical-coordinate representation of color #81FEA0: hue angle of 134.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEA0 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB129254160-
CMYK0.4900.370.00
HSL134.88º98.43%75.1%-
HSV(B)134.88º49.21%99.61%-
XYZ50.8478.0945.65-
YUV205.91102.0973.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.76%
GREEN value IS 254 (99.61% from 255) = 46.78%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=23.76%
G=46.78%
B=29.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292541600.4900.370.00134.8898.4375.1
Hex81FEA031025087624b
Octal201376240610450207142113
Binary100000011111111010100000110001010010101000011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81FEA0; }

 p { color: rgb(129,254,160); }

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

<style>
 a { background-color: #81FEA0; }

 a { background-color: rgb(129,254,160); }

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

<style>
 span { border-color: #81FEA0; }

 span { border-color: rgb(129,254,160); }

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