Html Css Color HEX #A0FEBD Magic Mint

📋 copy color: '#A0FEBD'

red 160 ◦ green 254 ◦ blue 189

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

Shades of Magic Mint #A0FEBD

Tints of Magic Mint #A0FEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.34%

R = 26.53%
G = 42.12%
B = 31.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#A0FEBD (or 0xA0FEBD) is known color: Magic Mint. HEX triplet: A0, FE and BD. RGB value is (160,254,189). Sum of RGB (Red+Green+Blue) = 160+254+189=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEBD is #5F0142. Grayscale: #DADADA. Windows color (decimal): -6226243 or 12451488. OLE color: 12451488.

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

Color convert

RGB 160 254 189 -
CMYK 0.37 0 0.26 0.00
HSL 138.51º 0.98% 0.81% -
HSV(B) 138.51º 0.37% 1% -
XYZ 59.12 82.03 60.86 -
YUV 218.48 111.36 86.29 -
System Red Green Blue C M Y K H S L
Decimal 160 254 189 0.37 0 0.26 0.00 138.51 0.98 0.81
Hex A0 FE BD 25 0 1A 0 8B 62 51
Octal 240 376 275 45 0 32 0 213 142 121
Binary 10100000 11111110 10111101 100101 0 11010 0 10001011 1100010 1010001

Color Harmonies of #A0FEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEBD

Black with #A0FEBD

Text Example


Text Example

White with #A0FEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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