Html Css Color HEX #A1FEBD Magic Mint

📋 copy color: '#A1FEBD'

red 161 ◦ green 254 ◦ blue 189

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

Shades of Magic Mint #A1FEBD

Tints of Magic Mint #A1FEBD

RGB

 RED value IS 161 (63.28% from 255) = 26.66%

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

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

R = 26.66%
G = 42.05%
B = 31.29%

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

#A1FEBD (or 0xA1FEBD) is known color: Magic Mint. HEX triplet: A1, FE and BD. RGB value is (161,254,189). Sum of RGB (Red+Green+Blue) = 161+254+189=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEBD is #5E0142. Grayscale: #DADADA. Windows color (decimal): -6160707 or 12451489. OLE color: 12451489.

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

Color convert

RGB 161 254 189 -
CMYK 0.37 0 0.26 0.00
HSL 138.06º 0.98% 0.81% -
HSV(B) 138.06º 0.37% 1% -
XYZ 59.33 82.13 60.87 -
YUV 218.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 161 254 189 0.37 0 0.26 0.00 138.06 0.98 0.81
Hex A1 FE BD 25 0 1A 0 8A 62 51
Octal 241 376 275 45 0 32 0 212 142 121
Binary 10100001 11111110 10111101 100101 0 11010 0 10001010 1100010 1010001

Color Harmonies of #A1FEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FEBD

Black with #A1FEBD

Text Example


Text Example

White with #A1FEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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