Html Css Color HEX #A9F0CE Magic Mint

📋 copy color: '#A9F0CE'

red 169 ◦ green 240 ◦ blue 206

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

Shades of Magic Mint #A9F0CE

Tints of Magic Mint #A9F0CE

RGB

 RED value IS 169 (66.41% from 255) = 27.48%

 GREEN value IS 240 (94.14% from 255) = 39.02%

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 27.48%
G = 39.02%
B = 33.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#A9F0CE (or 0xA9F0CE) is known color: Magic Mint. HEX triplet: A9, F0 and CE. RGB value is (169,240,206). Sum of RGB (Red+Green+Blue) = 169+240+206=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F0CE is #560F31. Grayscale: #D6D6D6. Windows color (decimal): -5639986 or 13562025. OLE color: 13562025.

HSL color Cylindrical-coordinate representation of color #A9F0CE: hue angle of 151.27º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0CE is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 240 206 -
CMYK 0.30 0 0.14 0.06
HSL 151.27º 0.7% 0.8% -
HSV(B) 151.27º 0.3% 0.94% -
XYZ 58.66 75.21 69.82 -
YUV 214.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 169 240 206 0.30 0 0.14 0.06 151.27 0.7 0.8
Hex A9 F0 CE 1E 0 E 6 97 46 50
Octal 251 360 316 36 0 16 6 227 106 120
Binary 10101001 11110000 11001110 11110 0 1110 110 10010111 1000110 1010000

Color Harmonies of #A9F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F0CE

Black with #A9F0CE

Text Example


Text Example

White with #A9F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F0CE; }

 p { color: rgb(169,240,206); }

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

background-color css

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

 a { background-color: rgb(169,240,206); }

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

border-color css

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

 span { border-color: rgb(169,240,206); }

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