#F1F7AD

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

Shades of Australian Mint #F1F7AD

Tints of Australian Mint #F1F7AD

Color information

#F1F7AD (or 0xF1F7AD) is unknown color: approx Australian Mint. HEX triplet: F1, F7 and AD. RGB value is (241,247,173). Sum of RGB (Red+Green+Blue) = 241+247+173=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F7AD is #0E0852. Grayscale: #EDEDED. Windows color (decimal): -919635 or 11401201. OLE color: 11401201.

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

Color convert

RGB241247173-
CMYK0.0200.300.03
HSL64.86º82.22%82.35%-
HSV(B)64.86º29.96%96.86%-
XYZ77.0888.2452.5-
YUV236.7792.01131.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 247 (96.88% from 255) = 37.37%
BLUE value IS 173 (67.97% from 255) = 26.17%
R=36.46%
G=37.37%
B=26.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412471730.0200.300.0364.8682.2282.35
HexF1F7AD201E3415252
Octal36136725520363101122122
Binary1111000111110111101011011001111011100000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7AD; }

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

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

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

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

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

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

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

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