#F0F7AD

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

Shades of Australian Mint #F0F7AD

Tints of Australian Mint #F0F7AD

Color information

#F0F7AD (or 0xF0F7AD) is unknown color: approx Australian Mint. HEX triplet: F0, F7 and AD. RGB value is (240,247,173). Sum of RGB (Red+Green+Blue) = 240+247+173=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 173 (67.97% from 255 or 26.21% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F7AD is #0F0852. Grayscale: #ECECEC. Windows color (decimal): -985171 or 11401200. OLE color: 11401200.

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

Color convert

RGB240247173-
CMYK0.0300.300.03
HSL65.68º82.22%82.35%-
HSV(B)65.68º29.96%96.86%-
XYZ76.7488.0652.49-
YUV236.4792.18130.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 247 (96.88% from 255) = 37.42%
BLUE value IS 173 (67.97% from 255) = 26.21%
R=36.36%
G=37.42%
B=26.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402471730.0300.300.0365.6882.2282.35
HexF0F7AD301E3425252
Octal36036725530363102122122
Binary1111000011110111101011011101111011100001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F7AD; }

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

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

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

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

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

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

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

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