Html Css Color HEX #A2F2C9 Magic Mint

📋 copy color: '#A2F2C9'

red 162 ◦ green 242 ◦ blue 201

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

Shades of Magic Mint #A2F2C9

Tints of Magic Mint #A2F2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.22%

R = 26.78%
G = 40%
B = 33.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#A2F2C9 (or 0xA2F2C9) is known color: Magic Mint. HEX triplet: A2, F2 and C9. RGB value is (162,242,201). Sum of RGB (Red+Green+Blue) = 162+242+201=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2C9 is #5D0D36. Grayscale: #D5D5D5. Windows color (decimal): -6098231 or 13234850. OLE color: 13234850.

HSL color Cylindrical-coordinate representation of color #A2F2C9: hue angle of 149.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 #A2F2C9 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 201 -
CMYK 0.33 0 0.17 0.05
HSL 149.25º 0.75% 0.79% -
HSV(B) 149.25º 0.33% 0.95% -
XYZ 57.2 75.4 66.8 -
YUV 213.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 162 242 201 0.33 0 0.17 0.05 149.25 0.75 0.79
Hex A2 F2 C9 21 0 11 5 95 4B 4F
Octal 242 362 311 41 0 21 5 225 113 117
Binary 10100010 11110010 11001001 100001 0 10001 101 10010101 1001011 1001111

Color Harmonies of #A2F2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F2C9

Black with #A2F2C9

Text Example


Text Example

White with #A2F2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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