#F2F7AD

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

Shades of Australian Mint #F2F7AD

Tints of Australian Mint #F2F7AD

Color information

#F2F7AD (or 0xF2F7AD) is unknown color: approx Australian Mint. HEX triplet: F2, F7 and AD. RGB value is (242,247,173). Sum of RGB (Red+Green+Blue) = 242+247+173=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 173 (67.97% from 255 or 26.13% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F7AD is #0D0852. Grayscale: #EDEDED. Windows color (decimal): -854099 or 11401202. OLE color: 11401202.

HSL color Cylindrical-coordinate representation of color #F2F7AD: hue angle of 64.05º 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 #F2F7AD is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB242247173-
CMYK0.0200.300.03
HSL64.05º82.22%82.35%-
HSV(B)64.05º29.96%96.86%-
XYZ77.4288.4252.52-
YUV237.0791.84131.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 173 (67.97% from 255) = 26.13%
R=36.56%
G=37.31%
B=26.13%

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
Decimal2422471730.0200.300.0364.0582.2282.35
HexF2F7AD201E3405252
Octal36236725520363100122122
Binary1111001011110111101011011001111011100000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7AD; }

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

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

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

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

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

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

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

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