#F1F7AB

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

Shades of Australian Mint #F1F7AB

Tints of Australian Mint #F1F7AB

Color information

#F1F7AB (or 0xF1F7AB) is unknown color: approx Australian Mint. HEX triplet: F1, F7 and AB. RGB value is (241,247,171). Sum of RGB (Red+Green+Blue) = 241+247+171=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F7AB is #0E0854. Grayscale: #ECECEC. Windows color (decimal): -919637 or 11270129. OLE color: 11270129.

HSL color Cylindrical-coordinate representation of color #F1F7AB: hue angle of 64.74º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1F7AB is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB241247171-
CMYK0.0200.310.03
HSL64.74º82.61%81.96%-
HSV(B)64.74º30.77%96.86%-
XYZ76.8988.1651.49-
YUV236.5491.01131.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 171 (67.19% from 255) = 25.95%
R=36.57%
G=37.48%
B=25.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412471710.0200.310.0364.7482.6181.96
HexF1F7AB201F3415352
Octal36136725320373101123122
Binary1111000111110111101010111001111111100000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7AB; }

 p { color: rgb(241,247,171); }

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

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

 a { background-color: rgb(241,247,171); }

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

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

 span { border-color: rgb(241,247,171); }

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