Html Css Color HEX #A0F2C9 Magic Mint

📋 copy color: '#A0F2C9'

red 160 ◦ green 242 ◦ blue 201

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

Shades of Magic Mint #A0F2C9

Tints of Magic Mint #A0F2C9

RGB

 RED value IS 160 (62.89% from 255) = 26.53%

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

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

R = 26.53%
G = 40.13%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#A0F2C9 (or 0xA0F2C9) is known color: Magic Mint. HEX triplet: A0, F2 and C9. RGB value is (160,242,201). Sum of RGB (Red+Green+Blue) = 160+242+201=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2C9 is #5F0D36. Grayscale: #D4D4D4. Windows color (decimal): -6229303 or 13234848. OLE color: 13234848.

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

Color convert

RGB 160 242 201 -
CMYK 0.34 0 0.17 0.05
HSL 150º 0.76% 0.79% -
HSV(B) 150º 0.34% 0.95% -
XYZ 56.79 75.19 66.78 -
YUV 212.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 160 242 201 0.34 0 0.17 0.05 150 0.76 0.79
Hex A0 F2 C9 22 0 11 5 96 4C 4F
Octal 240 362 311 42 0 21 5 226 114 117
Binary 10100000 11110010 11001001 100010 0 10001 101 10010110 1001100 1001111

Color Harmonies of #A0F2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F2C9

Black with #A0F2C9

Text Example


Text Example

White with #A0F2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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