Html Css Color HEX #A1FFCA Magic Mint

📋 copy color: '#A1FFCA'

red 161 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #A1FFCA

Tints of Magic Mint #A1FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 41.26%

 BLUE value IS 202 (79.3% from 255) = 32.69%

R = 26.05%
G = 41.26%
B = 32.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#A1FFCA (or 0xA1FFCA) is known color: Magic Mint. HEX triplet: A1, FF and CA. RGB value is (161,255,202). Sum of RGB (Red+Green+Blue) = 161+255+202=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFCA is #5E0035. Grayscale: #DCDCDC. Windows color (decimal): -6160438 or 13303713. OLE color: 13303713.

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

Color convert

RGB 161 255 202 -
CMYK 0.37 0 0.21 0
HSL 146.17º 1% 0.82% -
HSV(B) 146.17º 0.37% 1% -
XYZ 61.12 83.36 68.75 -
YUV 220.85 117.36 85.31 -
System Red Green Blue C M Y K H S L
Decimal 161 255 202 0.37 0 0.21 0 146.17 1 0.82
Hex A1 FF CA 25 0 15 0 92 64 52
Octal 241 377 312 45 0 25 0 222 144 122
Binary 10100001 11111111 11001010 100101 0 10101 0 10010010 1100100 1010010

Color Harmonies of #A1FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FFCA

Black with #A1FFCA

Text Example


Text Example

White with #A1FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FFCA; }

 p { color: rgb(161,255,202); }

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

background-color css

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

 a { background-color: rgb(161,255,202); }

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

border-color css

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

 span { border-color: rgb(161,255,202); }

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