#9AFADE

Color #9AFADE Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9AFADE

Tints of Magic Mint #9AFADE

Color information

#9AFADE (or 0x9AFADE) is unknown color: approx Magic Mint. HEX triplet: 9A, FA and DE. RGB value is (154,250,222). Sum of RGB (Red+Green+Blue) = 154+250+222=626 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.60% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFADE is #650521. Grayscale: #DADADA. Windows color (decimal): -6620450 or 14613146. OLE color: 14613146.

HSL color Cylindrical-coordinate representation of color #9AFADE: hue angle of 162.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFADE is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB154250222-
CMYK0.3800.110.02
HSL162.5º90.57%79.22%-
HSV(B)162.5º38.4%98.04%-
XYZ60.780.5281.45-
YUV218.1130.282.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.60%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=24.60%
G=39.94%
B=35.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542502220.3800.110.02162.590.5779.22
Hex9AFADE260B2a25b4f
Octal232372336460132242133117
Binary10011010111110101101111010011001011101010001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFADE; }

 p { color: rgb(154,250,222); }

 H1.HeaderClassName
 {
   color: #9AFADE;
 }
 .AnyTagClassName
 {
   color: #9AFADE;
 }
</style>
background-color css

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

 a { background-color: rgb(154,250,222); }

 div.DivClassName
 {
   background-color: #9AFADE;
 }
 .BgClassName
 {
   background-color: #9AFADE;
 }
</style>
border-color css

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

 span { border-color: rgb(154,250,222); }

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