Html Css Color HEX #A1F6BE Magic Mint

📋 copy color: '#A1F6BE'

red 161 ◦ green 246 ◦ blue 190

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

Shades of Magic Mint #A1F6BE

Tints of Magic Mint #A1F6BE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.21%

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 26.97%
G = 41.21%
B = 31.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#A1F6BE (or 0xA1F6BE) is known color: Magic Mint. HEX triplet: A1, F6 and BE. RGB value is (161,246,190). Sum of RGB (Red+Green+Blue) = 161+246+190=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F6BE is #5E0941. Grayscale: #D6D6D6. Windows color (decimal): -6162754 or 12514977. OLE color: 12514977.

HSL color Cylindrical-coordinate representation of color #A1F6BE: hue angle of 140.47º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F6BE is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 246 190 -
CMYK 0.35 0 0.23 0.04
HSL 140.47º 0.83% 0.8% -
HSV(B) 140.47º 0.35% 0.96% -
XYZ 56.95 77.21 60.62 -
YUV 214.2 114.34 90.05 -
System Red Green Blue C M Y K H S L
Decimal 161 246 190 0.35 0 0.23 0.04 140.47 0.83 0.8
Hex A1 F6 BE 23 0 17 4 8C 53 50
Octal 241 366 276 43 0 27 4 214 123 120
Binary 10100001 11110110 10111110 100011 0 10111 100 10001100 1010011 1010000

Color Harmonies of #A1F6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F6BE

Black with #A1F6BE

Text Example


Text Example

White with #A1F6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F6BE; }

 p { color: rgb(161,246,190); }

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

background-color css

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

 a { background-color: rgb(161,246,190); }

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

border-color css

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

 span { border-color: rgb(161,246,190); }

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