Html Css Color HEX #A0FFB0 Mint Green

📋 copy color: '#A0FFB0'

red 160 ◦ green 255 ◦ blue 176

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

Shades of Mint Green #A0FFB0

Tints of Mint Green #A0FFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.78%

R = 27.07%
G = 43.15%
B = 29.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#A0FFB0 (or 0xA0FFB0) is known color: Mint Green. HEX triplet: A0, FF and B0. RGB value is (160,255,176). Sum of RGB (Red+Green+Blue) = 160+255+176=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFB0 is #5F004F. Grayscale: #D9D9D9. Windows color (decimal): -6226000 or 11599776. OLE color: 11599776.

HSL color Cylindrical-coordinate representation of color #A0FFB0: hue angle of 130.11º 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 #A0FFB0 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 160 255 176 -
CMYK 0.37 0 0.31 0
HSL 130.11º 1% 0.81% -
HSV(B) 130.11º 0.37% 1% -
XYZ 58.09 82.13 53.86 -
YUV 217.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 160 255 176 0.37 0 0.31 0 130.11 1 0.81
Hex A0 FF B0 25 0 1F 0 82 64 51
Octal 240 377 260 45 0 37 0 202 144 121
Binary 10100000 11111111 10110000 100101 0 11111 0 10000010 1100100 1010001

Color Harmonies of #A0FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFB0

Black with #A0FFB0

Text Example


Text Example

White with #A0FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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