Html Css Color HEX #A0FF9F Mint Green

📋 copy color: '#A0FF9F'

red 160 ◦ green 255 ◦ blue 159

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

Shades of Mint Green #A0FF9F

Tints of Mint Green #A0FF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.7%

R = 27.87%
G = 44.43%
B = 27.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#A0FF9F (or 0xA0FF9F) is known color: Mint Green. HEX triplet: A0, FF and 9F. RGB value is (160,255,159). Sum of RGB (Red+Green+Blue) = 160+255+159=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF9F is #5F0060. Grayscale: #D7D7D7. Windows color (decimal): -6226017 or 10485664. OLE color: 10485664.

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

Color convert

RGB 160 255 159 -
CMYK 0.37 0 0.38 0
HSL 119.38º 1% 0.81% -
HSV(B) 119.38º 0.38% 1% -
XYZ 56.52 81.5 45.55 -
YUV 215.65 96.03 88.31 -
System Red Green Blue C M Y K H S L
Decimal 160 255 159 0.37 0 0.38 0 119.38 1 0.81
Hex A0 FF 9F 25 0 26 0 77 64 51
Octal 240 377 237 45 0 46 0 167 144 121
Binary 10100000 11111111 10011111 100101 0 100110 0 1110111 1100100 1010001

Color Harmonies of #A0FF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF9F

Black with #A0FF9F

Text Example


Text Example

White with #A0FF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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