Html Css Color HEX #A2F1C9 Magic Mint

📋 copy color: '#A2F1C9'

red 162 ◦ green 241 ◦ blue 201

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

Shades of Magic Mint #A2F1C9

Tints of Magic Mint #A2F1C9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.9%

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

R = 26.82%
G = 39.9%
B = 33.28%

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

#A2F1C9 (or 0xA2F1C9) is known color: Magic Mint. HEX triplet: A2, F1 and C9. RGB value is (162,241,201). Sum of RGB (Red+Green+Blue) = 162+241+201=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F1C9 is #5D0E36. Grayscale: #D4D4D4. Windows color (decimal): -6098487 or 13234594. OLE color: 13234594.

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

Color convert

RGB 162 241 201 -
CMYK 0.33 0 0.17 0.05
HSL 149.62º 0.74% 0.79% -
HSV(B) 149.62º 0.33% 0.95% -
XYZ 56.9 74.81 66.7 -
YUV 212.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 162 241 201 0.33 0 0.17 0.05 149.62 0.74 0.79
Hex A2 F1 C9 21 0 11 5 96 4A 4F
Octal 242 361 311 41 0 21 5 226 112 117
Binary 10100010 11110001 11001001 100001 0 10001 101 10010110 1001010 1001111

Color Harmonies of #A2F1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F1C9

Black with #A2F1C9

Text Example


Text Example

White with #A2F1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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