#F1FFAF

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

Shades of Australian Mint #F1FFAF

Tints of Australian Mint #F1FFAF

Color information

#F1FFAF (or 0xF1FFAF) is unknown color: approx Australian Mint. HEX triplet: F1, FF and AF. RGB value is (241,255,175). Sum of RGB (Red+Green+Blue) = 241+255+175=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 175 (68.75% from 255 or 26.08% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FFAF is #0E0050. Grayscale: #F2F2F2. Windows color (decimal): -917585 or 11534321. OLE color: 11534321.

HSL color Cylindrical-coordinate representation of color #F1FFAF: hue angle of 70.5º 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 #F1FFAF is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB241255175-
CMYK0.0500.310
HSL70.5º100%84.31%-
HSV(B)70.5º31.37%100%-
XYZ79.7793.3254.36-
YUV241.6990.36127.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 175 (68.75% from 255) = 26.08%
R=35.92%
G=38.00%
B=26.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412551750.0500.31070.510084.31
HexF1FFAF501F0466454
Octal36137725750370106144124
Binary1111000111111111101011111010111110100011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFAF; }

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

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

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

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

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

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

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

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