Html Css Color HEX #A2F2C5 Magic Mint

📋 copy color: '#A2F2C5'

red 162 ◦ green 242 ◦ blue 197

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

Shades of Magic Mint #A2F2C5

Tints of Magic Mint #A2F2C5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.27%

 BLUE value IS 197 (77.34% from 255) = 32.78%

R = 26.96%
G = 40.27%
B = 32.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#A2F2C5 (or 0xA2F2C5) is known color: Magic Mint. HEX triplet: A2, F2 and C5. RGB value is (162,242,197). Sum of RGB (Red+Green+Blue) = 162+242+197=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2C5 is #5D0D3A. Grayscale: #D5D5D5. Windows color (decimal): -6098235 or 12972706. OLE color: 12972706.

HSL color Cylindrical-coordinate representation of color #A2F2C5: hue angle of 146.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2C5 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 197 -
CMYK 0.33 0 0.19 0.05
HSL 146.25º 0.75% 0.79% -
HSV(B) 146.25º 0.33% 0.95% -
XYZ 56.73 75.22 64.35 -
YUV 212.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 162 242 197 0.33 0 0.19 0.05 146.25 0.75 0.79
Hex A2 F2 C5 21 0 13 5 92 4B 4F
Octal 242 362 305 41 0 23 5 222 113 117
Binary 10100010 11110010 11000101 100001 0 10011 101 10010010 1001011 1001111

Color Harmonies of #A2F2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F2C5

Black with #A2F2C5

Text Example


Text Example

White with #A2F2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F2C5; }

 p { color: rgb(162,242,197); }

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

background-color css

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

 a { background-color: rgb(162,242,197); }

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

border-color css

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

 span { border-color: rgb(162,242,197); }

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