Html Css Color HEX #A1F9D2 Magic Mint

📋 copy color: '#A1F9D2'

red 161 ◦ green 249 ◦ blue 210

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

Shades of Magic Mint #A1F9D2

Tints of Magic Mint #A1F9D2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.16%

 BLUE value IS 210 (82.42% from 255) = 33.87%

R = 25.97%
G = 40.16%
B = 33.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#A1F9D2 (or 0xA1F9D2) is known color: Magic Mint. HEX triplet: A1, F9 and D2. RGB value is (161,249,210). Sum of RGB (Red+Green+Blue) = 161+249+210=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9D2 is #5E062D. Grayscale: #DADADA. Windows color (decimal): -6161966 or 13826465. OLE color: 13826465.

HSL color Cylindrical-coordinate representation of color #A1F9D2: hue angle of 153.41º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9D2 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 210 -
CMYK 0.35 0 0.16 0.02
HSL 153.41º 0.88% 0.8% -
HSV(B) 153.41º 0.35% 0.98% -
XYZ 60.21 79.98 73.24 -
YUV 218.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 161 249 210 0.35 0 0.16 0.02 153.41 0.88 0.8
Hex A1 F9 D2 23 0 10 2 99 58 50
Octal 241 371 322 43 0 20 2 231 130 120
Binary 10100001 11111001 11010010 100011 0 10000 10 10011001 1011000 1010000

Color Harmonies of #A1F9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F9D2

Black with #A1F9D2

Text Example


Text Example

White with #A1F9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F9D2; }

 p { color: rgb(161,249,210); }

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

background-color css

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

 a { background-color: rgb(161,249,210); }

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

border-color css

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

 span { border-color: rgb(161,249,210); }

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