Html Css Color HEX #A0FFA0 Mint Green

📋 copy color: '#A0FFA0'

red 160 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #A0FFA0

Tints of Mint Green #A0FFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.83%

R = 27.83%
G = 44.35%
B = 27.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#A0FFA0 (or 0xA0FFA0) is known color: Mint Green. HEX triplet: A0, FF and A0. RGB value is (160,255,160). Sum of RGB (Red+Green+Blue) = 160+255+160=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFA0 is #5F005F. Grayscale: #D8D8D8. Windows color (decimal): -6226016 or 10551200. OLE color: 10551200.

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

Color convert

RGB 160 255 160 -
CMYK 0.37 0 0.37 0
HSL 120º 1% 0.81% -
HSV(B) 120º 0.37% 1% -
XYZ 56.6 81.53 46.01 -
YUV 215.77 96.53 88.22 -
System Red Green Blue C M Y K H S L
Decimal 160 255 160 0.37 0 0.37 0 120 1 0.81
Hex A0 FF A0 25 0 25 0 78 64 51
Octal 240 377 240 45 0 45 0 170 144 121
Binary 10100000 11111111 10100000 100101 0 100101 0 1111000 1100100 1010001

Color Harmonies of #A0FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFA0

Black with #A0FFA0

Text Example


Text Example

White with #A0FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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