Html Css Color HEX #A0FF88 Mint Green

📋 copy color: '#A0FF88'

red 160 ◦ green 255 ◦ blue 136

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

Shades of Mint Green #A0FF88

Tints of Mint Green #A0FF88

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

 BLUE value IS 136 (53.52% from 255) = 24.68%

R = 29.04%
G = 46.28%
B = 24.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#A0FF88 (or 0xA0FF88) is known color: Mint Green. HEX triplet: A0, FF and 88. RGB value is (160,255,136). Sum of RGB (Red+Green+Blue) = 160+255+136=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF88 is #5F0077. Grayscale: #D5D5D5. Windows color (decimal): -6226040 or 8978336. OLE color: 8978336.

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

Color convert

RGB 160 255 136 -
CMYK 0.37 0 0.47 0
HSL 107.9º 1% 0.77% -
HSV(B) 107.9º 0.47% 1% -
XYZ 54.7 80.77 36 -
YUV 213.03 84.53 90.18 -
System Red Green Blue C M Y K H S L
Decimal 160 255 136 0.37 0 0.47 0 107.9 1 0.77
Hex A0 FF 88 25 0 2F 0 6C 64 4D
Octal 240 377 210 45 0 57 0 154 144 115
Binary 10100000 11111111 10001000 100101 0 101111 0 1101100 1100100 1001101

Color Harmonies of #A0FF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF88

Black with #A0FF88

Text Example


Text Example

White with #A0FF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF88; }

 p { color: rgb(160,255,136); }

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

background-color css

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

 a { background-color: rgb(160,255,136); }

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

border-color css

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

 span { border-color: rgb(160,255,136); }

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