#F0F4AE

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

Shades of Australian Mint #F0F4AE

Tints of Australian Mint #F0F4AE

Color information

#F0F4AE (or 0xF0F4AE) is unknown color: approx Australian Mint. HEX triplet: F0, F4 and AE. RGB value is (240,244,174). Sum of RGB (Red+Green+Blue) = 240+244+174=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F4AE is #0F0B51. Grayscale: #EBEBEB. Windows color (decimal): -985938 or 11465968. OLE color: 11465968.

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

Color convert

RGB240244174-
CMYK0.0200.290.04
HSL63.43º76.09%81.96%-
HSV(B)63.43º28.69%95.69%-
XYZ75.9386.2852.7-
YUV234.8293.67131.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.47%
GREEN value IS 244 (95.70% from 255) = 37.08%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=36.47%
G=37.08%
B=26.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402441740.0200.290.0463.4376.0981.96
HexF0F4AE201D43f4c52
Octal3603642562035477114122
Binary1111000011110100101011101001110110011111110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F4AE; }

 p { color: rgb(240,244,174); }

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

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

 a { background-color: rgb(240,244,174); }

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

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

 span { border-color: rgb(240,244,174); }

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