Html Css Color HEX #A0FE8D Mint Green

📋 copy color: '#A0FE8D'

red 160 ◦ green 254 ◦ blue 141

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

Shades of Mint Green #A0FE8D

Tints of Mint Green #A0FE8D

RGB

 RED value IS 160 (62.89% from 255) = 28.83%

 GREEN value IS 254 (99.61% from 255) = 45.77%

 BLUE value IS 141 (55.47% from 255) = 25.41%

R = 28.83%
G = 45.77%
B = 25.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#A0FE8D (or 0xA0FE8D) is known color: Mint Green. HEX triplet: A0, FE and 8D. RGB value is (160,254,141). Sum of RGB (Red+Green+Blue) = 160+254+141=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE8D is #5F0172. Grayscale: #D5D5D5. Windows color (decimal): -6226291 or 9305760. OLE color: 9305760.

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

Color convert

RGB 160 254 141 -
CMYK 0.37 0 0.44 0.00
HSL 109.91º 0.98% 0.77% -
HSV(B) 109.91º 0.44% 1% -
XYZ 54.75 80.28 37.81 -
YUV 213.01 87.36 90.19 -
System Red Green Blue C M Y K H S L
Decimal 160 254 141 0.37 0 0.44 0.00 109.91 0.98 0.77
Hex A0 FE 8D 25 0 2C 0 6E 62 4D
Octal 240 376 215 45 0 54 0 156 142 115
Binary 10100000 11111110 10001101 100101 0 101100 0 1101110 1100010 1001101

Color Harmonies of #A0FE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE8D

Black with #A0FE8D

Text Example


Text Example

White with #A0FE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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