Html Css Color HEX #A6F2C9 Magic Mint

📋 copy color: '#A6F2C9'

red 166 ◦ green 242 ◦ blue 201

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

Shades of Magic Mint #A6F2C9

Tints of Magic Mint #A6F2C9

RGB

 RED value IS 166 (65.23% from 255) = 27.26%

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

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

R = 27.26%
G = 39.74%
B = 33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#A6F2C9 (or 0xA6F2C9) is known color: Magic Mint. HEX triplet: A6, F2 and C9. RGB value is (166,242,201). Sum of RGB (Red+Green+Blue) = 166+242+201=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F2C9 is #590D36. Grayscale: #D6D6D6. Windows color (decimal): -5836087 or 13234854. OLE color: 13234854.

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

Color convert

RGB 166 242 201 -
CMYK 0.31 0 0.17 0.05
HSL 147.63º 0.75% 0.8% -
HSV(B) 147.63º 0.31% 0.95% -
XYZ 58.02 75.83 66.84 -
YUV 214.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 166 242 201 0.31 0 0.17 0.05 147.63 0.75 0.8
Hex A6 F2 C9 1F 0 11 5 94 4B 50
Octal 246 362 311 37 0 21 5 224 113 120
Binary 10100110 11110010 11001001 11111 0 10001 101 10010100 1001011 1010000

Color Harmonies of #A6F2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F2C9

Black with #A6F2C9

Text Example


Text Example

White with #A6F2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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