Html Css Color HEX #A0FF77 Mint Green

📋 copy color: '#A0FF77'

red 160 ◦ green 255 ◦ blue 119

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

Shades of Mint Green #A0FF77

Tints of Mint Green #A0FF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 29.96%
G = 47.75%
B = 22.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#A0FF77 (or 0xA0FF77) is known color: Mint Green. HEX triplet: A0, FF and 77. RGB value is (160,255,119). Sum of RGB (Red+Green+Blue) = 160+255+119=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF77 is #5F0088. Grayscale: #D3D3D3. Windows color (decimal): -6226057 or 7864224. OLE color: 7864224.

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

Color convert

RGB 160 255 119 -
CMYK 0.37 0 0.53 0
HSL 101.91º 1% 0.73% -
HSV(B) 101.91º 0.53% 1% -
XYZ 53.59 80.33 30.13 -
YUV 211.09 76.03 91.56 -
System Red Green Blue C M Y K H S L
Decimal 160 255 119 0.37 0 0.53 0 101.91 1 0.73
Hex A0 FF 77 25 0 35 0 66 64 49
Octal 240 377 167 45 0 65 0 146 144 111
Binary 10100000 11111111 1110111 100101 0 110101 0 1100110 1100100 1001001

Color Harmonies of #A0FF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF77

Black with #A0FF77

Text Example


Text Example

White with #A0FF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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