Html Css Color HEX #A2FEBF Magic Mint

📋 copy color: '#A2FEBF'

red 162 ◦ green 254 ◦ blue 191

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

Shades of Magic Mint #A2FEBF

Tints of Magic Mint #A2FEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.47%

R = 26.69%
G = 41.85%
B = 31.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#A2FEBF (or 0xA2FEBF) is known color: Magic Mint. HEX triplet: A2, FE and BF. RGB value is (162,254,191). Sum of RGB (Red+Green+Blue) = 162+254+191=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEBF is #5D0140. Grayscale: #DBDBDB. Windows color (decimal): -6095169 or 12582562. OLE color: 12582562.

HSL color Cylindrical-coordinate representation of color #A2FEBF: hue angle of 138.91º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FEBF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 254 191 -
CMYK 0.36 0 0.25 0.00
HSL 138.91º 0.98% 0.82% -
HSV(B) 138.91º 0.36% 1% -
XYZ 59.75 82.33 62.03 -
YUV 219.31 112.02 87.12 -
System Red Green Blue C M Y K H S L
Decimal 162 254 191 0.36 0 0.25 0.00 138.91 0.98 0.82
Hex A2 FE BF 24 0 19 0 8B 62 52
Octal 242 376 277 44 0 31 0 213 142 122
Binary 10100010 11111110 10111111 100100 0 11001 0 10001011 1100010 1010010

Color Harmonies of #A2FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FEBF

Black with #A2FEBF

Text Example


Text Example

White with #A2FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FEBF; }

 p { color: rgb(162,254,191); }

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

background-color css

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

 a { background-color: rgb(162,254,191); }

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

border-color css

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

 span { border-color: rgb(162,254,191); }

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