Html Css Color HEX #A2F6BE Magic Mint

📋 copy color: '#A2F6BE'

red 162 ◦ green 246 ◦ blue 190

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

Shades of Magic Mint #A2F6BE

Tints of Magic Mint #A2F6BE

RGB

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

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

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

R = 27.09%
G = 41.14%
B = 31.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#A2F6BE (or 0xA2F6BE) is known color: Magic Mint. HEX triplet: A2, F6 and BE. RGB value is (162,246,190). Sum of RGB (Red+Green+Blue) = 162+246+190=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F6BE is #5D0941. Grayscale: #D6D6D6. Windows color (decimal): -6097218 or 12514978. OLE color: 12514978.

HSL color Cylindrical-coordinate representation of color #A2F6BE: hue angle of 140º degrees, saturation: 0.82, 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 #A2F6BE is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 246 190 -
CMYK 0.34 0 0.23 0.04
HSL 140º 0.82% 0.8% -
HSV(B) 140º 0.34% 0.96% -
XYZ 57.15 77.31 60.63 -
YUV 214.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 162 246 190 0.34 0 0.23 0.04 140 0.82 0.8
Hex A2 F6 BE 22 0 17 4 8C 52 50
Octal 242 366 276 42 0 27 4 214 122 120
Binary 10100010 11110110 10111110 100010 0 10111 100 10001100 1010010 1010000

Color Harmonies of #A2F6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F6BE

Black with #A2F6BE

Text Example


Text Example

White with #A2F6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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