Html Css Color HEX #A1F1BE Magic Mint

📋 copy color: '#A1F1BE'

red 161 ◦ green 241 ◦ blue 190

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

Shades of Magic Mint #A1F1BE

Tints of Magic Mint #A1F1BE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.71%

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

R = 27.2%
G = 40.71%
B = 32.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#A1F1BE (or 0xA1F1BE) is known color: Magic Mint. HEX triplet: A1, F1 and BE. RGB value is (161,241,190). Sum of RGB (Red+Green+Blue) = 161+241+190=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F1BE is #5E0E41. Grayscale: #D3D3D3. Windows color (decimal): -6164034 or 12513697. OLE color: 12513697.

HSL color Cylindrical-coordinate representation of color #A1F1BE: hue angle of 141.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F1BE is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 190 -
CMYK 0.33 0 0.21 0.05
HSL 141.75º 0.74% 0.79% -
HSV(B) 141.75º 0.33% 0.95% -
XYZ 55.45 74.21 60.12 -
YUV 211.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 161 241 190 0.33 0 0.21 0.05 141.75 0.74 0.79
Hex A1 F1 BE 21 0 15 5 8E 4A 4F
Octal 241 361 276 41 0 25 5 216 112 117
Binary 10100001 11110001 10111110 100001 0 10101 101 10001110 1001010 1001111

Color Harmonies of #A1F1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F1BE

Black with #A1F1BE

Text Example


Text Example

White with #A1F1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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