#F6FFAF

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

Shades of Australian Mint #F6FFAF

Tints of Australian Mint #F6FFAF

Color information

#F6FFAF (or 0xF6FFAF) is unknown color: approx Australian Mint. HEX triplet: F6, FF and AF. RGB value is (246,255,175). Sum of RGB (Red+Green+Blue) = 246+255+175=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FFAF is #090050. Grayscale: #F3F3F3. Windows color (decimal): -589905 or 11534326. OLE color: 11534326.

HSL color Cylindrical-coordinate representation of color #F6FFAF: hue angle of 66.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6FFAF is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB246255175-
CMYK0.0400.310
HSL66.75º100%84.31%-
HSV(B)66.75º31.37%100%-
XYZ81.594.2154.45-
YUV243.1989.52130-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.39%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 175 (68.75% from 255) = 25.89%
R=36.39%
G=37.72%
B=25.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462551750.0400.31066.7510084.31
HexF6FFAF401F0436454
Octal36637725740370103144124
Binary1111011011111111101011111000111110100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFAF; }

 p { color: rgb(246,255,175); }

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

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

 a { background-color: rgb(246,255,175); }

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

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

 span { border-color: rgb(246,255,175); }

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