Html Css Color HEX #A2FFCA Magic Mint

📋 copy color: '#A2FFCA'

red 162 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #A2FFCA

Tints of Magic Mint #A2FFCA

RGB

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

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

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

R = 26.17%
G = 41.2%
B = 32.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#A2FFCA (or 0xA2FFCA) is known color: Magic Mint. HEX triplet: A2, FF and CA. RGB value is (162,255,202). Sum of RGB (Red+Green+Blue) = 162+255+202=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFCA is #5D0035. Grayscale: #DDDDDD. Windows color (decimal): -6094902 or 13303714. OLE color: 13303714.

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

Color convert

RGB 162 255 202 -
CMYK 0.36 0 0.21 0
HSL 145.81º 1% 0.82% -
HSV(B) 145.81º 0.36% 1% -
XYZ 61.32 83.47 68.76 -
YUV 221.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 162 255 202 0.36 0 0.21 0 145.81 1 0.82
Hex A2 FF CA 24 0 15 0 92 64 52
Octal 242 377 312 44 0 25 0 222 144 122
Binary 10100010 11111111 11001010 100100 0 10101 0 10010010 1100100 1010010

Color Harmonies of #A2FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFCA

Black with #A2FFCA

Text Example


Text Example

White with #A2FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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