#F5F9AE

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

Shades of Australian Mint #F5F9AE

Tints of Australian Mint #F5F9AE

Color information

#F5F9AE (or 0xF5F9AE) is unknown color: approx Australian Mint. HEX triplet: F5, F9 and AE. RGB value is (245,249,174). Sum of RGB (Red+Green+Blue) = 245+249+174=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F9AE is #0A0651. Grayscale: #EFEFEF. Windows color (decimal): -656978 or 11467253. OLE color: 11467253.

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

Color convert

RGB245249174-
CMYK0.0200.300.02
HSL63.2º86.21%82.94%-
HSV(B)63.2º30.12%97.65%-
XYZ79.1790.2253.29-
YUV239.2591.17132.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.68%
GREEN value IS 249 (97.66% from 255) = 37.28%
BLUE value IS 174 (68.36% from 255) = 26.05%
R=36.68%
G=37.28%
B=26.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452491740.0200.300.0263.286.2182.94
HexF5F9AE201E23f5653
Octal3653712562036277126123
Binary111101011111100110101110100111101011111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F9AE; }

 p { color: rgb(245,249,174); }

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

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

 a { background-color: rgb(245,249,174); }

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

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

 span { border-color: rgb(245,249,174); }

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