Html Css Color HEX #A2FECA Magic Mint

📋 copy color: '#A2FECA'

red 162 ◦ green 254 ◦ blue 202

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

Shades of Magic Mint #A2FECA

Tints of Magic Mint #A2FECA

RGB

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

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

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

R = 26.21%
G = 41.1%
B = 32.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#A2FECA (or 0xA2FECA) is known color: Magic Mint. HEX triplet: A2, FE and CA. RGB value is (162,254,202). Sum of RGB (Red+Green+Blue) = 162+254+202=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FECA is #5D0135. Grayscale: #DCDCDC. Windows color (decimal): -6095158 or 13303458. OLE color: 13303458.

HSL color Cylindrical-coordinate representation of color #A2FECA: hue angle of 146.09º 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 #A2FECA is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 254 202 -
CMYK 0.36 0 0.20 0.00
HSL 146.09º 0.98% 0.82% -
HSV(B) 146.09º 0.36% 1% -
XYZ 61 82.83 68.65 -
YUV 220.56 117.52 86.23 -
System Red Green Blue C M Y K H S L
Decimal 162 254 202 0.36 0 0.20 0.00 146.09 0.98 0.82
Hex A2 FE CA 24 0 14 0 92 62 52
Octal 242 376 312 44 0 24 0 222 142 122
Binary 10100010 11111110 11001010 100100 0 10100 0 10010010 1100010 1010010

Color Harmonies of #A2FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FECA

Black with #A2FECA

Text Example


Text Example

White with #A2FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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