#9AFFC9

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

Shades of Magic Mint #9AFFC9

Tints of Magic Mint #9AFFC9

Color information

#9AFFC9 (or 0x9AFFC9) is unknown color: approx Magic Mint. HEX triplet: 9A, FF and C9. RGB value is (154,255,201). Sum of RGB (Red+Green+Blue) = 154+255+201=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFC9 is #650036. Grayscale: #DADADA. Windows color (decimal): -6619191 or 13238170. OLE color: 13238170.

HSL color Cylindrical-coordinate representation of color #9AFFC9: hue angle of 147.92º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFC9 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB154255201-
CMYK0.4000.210
HSL147.92º100%80.2%-
HSV(B)147.92º39.61%100%-
XYZ59.6382.6168.06-
YUV218.64118.0481.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 201 (78.91% from 255) = 32.95%
R=25.25%
G=41.80%
B=32.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552010.4000.210147.9210080.2
Hex9AFFC9280150946450
Octal232377311500250224144120
Binary10011010111111111100100110100001010101001010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,255,201); }

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

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

 a { background-color: rgb(154,255,201); }

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

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

 span { border-color: rgb(154,255,201); }

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