Html Css Color HEX #A0FFAF Mint Green

📋 copy color: '#A0FFAF'

red 160 ◦ green 255 ◦ blue 175

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

Shades of Mint Green #A0FFAF

Tints of Mint Green #A0FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.66%

R = 27.12%
G = 43.22%
B = 29.66%

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

#A0FFAF (or 0xA0FFAF) is known color: Mint Green. HEX triplet: A0, FF and AF. RGB value is (160,255,175). Sum of RGB (Red+Green+Blue) = 160+255+175=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFAF is #5F0050. Grayscale: #D9D9D9. Windows color (decimal): -6226001 or 11534240. OLE color: 11534240.

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

Color convert

RGB 160 255 175 -
CMYK 0.37 0 0.31 0
HSL 129.47º 1% 0.81% -
HSV(B) 129.47º 0.37% 1% -
XYZ 58 82.09 53.35 -
YUV 217.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 160 255 175 0.37 0 0.31 0 129.47 1 0.81
Hex A0 FF AF 25 0 1F 0 81 64 51
Octal 240 377 257 45 0 37 0 201 144 121
Binary 10100000 11111111 10101111 100101 0 11111 0 10000001 1100100 1010001

Color Harmonies of #A0FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFAF

Black with #A0FFAF

Text Example


Text Example

White with #A0FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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