Html Css Color HEX #A0FF87 Mint Green

📋 copy color: '#A0FF87'

red 160 ◦ green 255 ◦ blue 135

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

Shades of Mint Green #A0FF87

Tints of Mint Green #A0FF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 24.55%

R = 29.09%
G = 46.36%
B = 24.55%

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

#A0FF87 (or 0xA0FF87) is known color: Mint Green. HEX triplet: A0, FF and 87. RGB value is (160,255,135). Sum of RGB (Red+Green+Blue) = 160+255+135=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF87 is #5F0078. Grayscale: #D5D5D5. Windows color (decimal): -6226041 or 8912800. OLE color: 8912800.

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

Color convert

RGB 160 255 135 -
CMYK 0.37 0 0.47 0
HSL 107.5º 1% 0.76% -
HSV(B) 107.5º 0.47% 1% -
XYZ 54.63 80.74 35.63 -
YUV 212.92 84.03 90.26 -
System Red Green Blue C M Y K H S L
Decimal 160 255 135 0.37 0 0.47 0 107.5 1 0.76
Hex A0 FF 87 25 0 2F 0 6C 64 4C
Octal 240 377 207 45 0 57 0 154 144 114
Binary 10100000 11111111 10000111 100101 0 101111 0 1101100 1100100 1001100

Color Harmonies of #A0FF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF87

Black with #A0FF87

Text Example


Text Example

White with #A0FF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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