Html Css Color HEX #A0FEAE Mint Green

📋 copy color: '#A0FEAE'

red 160 ◦ green 254 ◦ blue 174

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

Shades of Mint Green #A0FEAE

Tints of Mint Green #A0FEAE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.2%

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

R = 27.21%
G = 43.2%
B = 29.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#A0FEAE (or 0xA0FEAE) is known color: Mint Green. HEX triplet: A0, FE and AE. RGB value is (160,254,174). Sum of RGB (Red+Green+Blue) = 160+254+174=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEAE is #5F0151. Grayscale: #D9D9D9. Windows color (decimal): -6226258 or 11468448. OLE color: 11468448.

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

Color convert

RGB 160 254 174 -
CMYK 0.37 0 0.31 0.00
HSL 128.94º 0.98% 0.81% -
HSV(B) 128.94º 0.37% 1% -
XYZ 57.58 81.41 52.72 -
YUV 216.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 160 254 174 0.37 0 0.31 0.00 128.94 0.98 0.81
Hex A0 FE AE 25 0 1F 0 81 62 51
Octal 240 376 256 45 0 37 0 201 142 121
Binary 10100000 11111110 10101110 100101 0 11111 0 10000001 1100010 1010001

Color Harmonies of #A0FEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEAE

Black with #A0FEAE

Text Example


Text Example

White with #A0FEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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