Html Css Color HEX #A0FEA8 Mint Green

📋 copy color: '#A0FEA8'

red 160 ◦ green 254 ◦ blue 168

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

Shades of Mint Green #A0FEA8

Tints of Mint Green #A0FEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.87%

R = 27.49%
G = 43.64%
B = 28.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#A0FEA8 (or 0xA0FEA8) is known color: Mint Green. HEX triplet: A0, FE and A8. RGB value is (160,254,168). Sum of RGB (Red+Green+Blue) = 160+254+168=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FEA8 is #5F0157. Grayscale: #D8D8D8. Windows color (decimal): -6226264 or 11075232. OLE color: 11075232.

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

Color convert

RGB 160 254 168 -
CMYK 0.37 0 0.34 0.00
HSL 125.11º 0.98% 0.81% -
HSV(B) 125.11º 0.37% 1% -
XYZ 57.01 81.18 49.71 -
YUV 216.09 100.86 87.99 -
System Red Green Blue C M Y K H S L
Decimal 160 254 168 0.37 0 0.34 0.00 125.11 0.98 0.81
Hex A0 FE A8 25 0 22 0 7D 62 51
Octal 240 376 250 45 0 42 0 175 142 121
Binary 10100000 11111110 10101000 100101 0 100010 0 1111101 1100010 1010001

Color Harmonies of #A0FEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEA8

Black with #A0FEA8

Text Example


Text Example

White with #A0FEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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