Html Css Color HEX #A2F5BE Magic Mint

📋 copy color: '#A2F5BE'

red 162 ◦ green 245 ◦ blue 190

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

Shades of Magic Mint #A2F5BE

Tints of Magic Mint #A2F5BE

RGB

 RED value IS 162 (63.67% from 255) = 27.14%

 GREEN value IS 245 (96.09% from 255) = 41.04%

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

R = 27.14%
G = 41.04%
B = 31.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#A2F5BE (or 0xA2F5BE) is known color: Magic Mint. HEX triplet: A2, F5 and BE. RGB value is (162,245,190). Sum of RGB (Red+Green+Blue) = 162+245+190=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F5BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F5BE is #5D0A41. Grayscale: #D6D6D6. Windows color (decimal): -6097474 or 12514722. OLE color: 12514722.

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

Color convert

RGB 162 245 190 -
CMYK 0.34 0 0.22 0.04
HSL 140.24º 0.81% 0.8% -
HSV(B) 140.24º 0.34% 0.96% -
XYZ 56.85 76.7 60.52 -
YUV 213.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 162 245 190 0.34 0 0.22 0.04 140.24 0.81 0.8
Hex A2 F5 BE 22 0 16 4 8C 51 50
Octal 242 365 276 42 0 26 4 214 121 120
Binary 10100010 11110101 10111110 100010 0 10110 100 10001100 1010001 1010000

Color Harmonies of #A2F5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F5BE

Black with #A2F5BE

Text Example


Text Example

White with #A2F5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F5BE; }

 p { color: rgb(162,245,190); }

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

background-color css

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

 a { background-color: rgb(162,245,190); }

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

border-color css

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

 span { border-color: rgb(162,245,190); }

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