#F2F6A7

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

Shades of Australian Mint #F2F6A7

Tints of Australian Mint #F2F6A7

Color information

#F2F6A7 (or 0xF2F6A7) is unknown color: approx Australian Mint. HEX triplet: F2, F6 and A7. RGB value is (242,246,167). Sum of RGB (Red+Green+Blue) = 242+246+167=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 167 (65.62% from 255 or 25.50% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F6A7 is #0D0958. Grayscale: #ECECEC. Windows color (decimal): -854361 or 11007730. OLE color: 11007730.

HSL color Cylindrical-coordinate representation of color #F2F6A7: hue angle of 63.04º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2F6A7 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB242246167-
CMYK0.0200.320.04
HSL63.04º81.44%80.98%-
HSV(B)63.04º32.11%96.47%-
XYZ76.5587.5849.43-
YUV235.889.17132.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 167 (65.62% from 255) = 25.50%
R=36.95%
G=37.56%
B=25.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422461670.0200.320.0463.0481.4480.98
HexF2F6A7202043f5151
Octal3623662472040477121121
Binary11110010111101101010011110010000010011111110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F6A7; }

 p { color: rgb(242,246,167); }

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

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

 a { background-color: rgb(242,246,167); }

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

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

 span { border-color: rgb(242,246,167); }

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