Html Css Color HEX #A0FFAE Mint Green

📋 copy color: '#A0FFAE'

red 160 ◦ green 255 ◦ blue 174

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

Shades of Mint Green #A0FFAE

Tints of Mint Green #A0FFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.54%

R = 27.16%
G = 43.29%
B = 29.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#A0FFAE (or 0xA0FFAE) is known color: Mint Green. HEX triplet: A0, FF and AE. RGB value is (160,255,174). Sum of RGB (Red+Green+Blue) = 160+255+174=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFAE is #5F0051. Grayscale: #D9D9D9. Windows color (decimal): -6226002 or 11468704. OLE color: 11468704.

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

Color convert

RGB 160 255 174 -
CMYK 0.37 0 0.32 0
HSL 128.84º 1% 0.81% -
HSV(B) 128.84º 0.37% 1% -
XYZ 57.9 82.05 52.83 -
YUV 217.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 160 255 174 0.37 0 0.32 0 128.84 1 0.81
Hex A0 FF AE 25 0 20 0 81 64 51
Octal 240 377 256 45 0 40 0 201 144 121
Binary 10100000 11111111 10101110 100101 0 100000 0 10000001 1100100 1010001

Color Harmonies of #A0FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFAE

Black with #A0FFAE

Text Example


Text Example

White with #A0FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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