#F5FFAE

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

Shades of Australian Mint #F5FFAE

Tints of Australian Mint #F5FFAE

Color information

#F5FFAE (or 0xF5FFAE) is unknown color: approx Australian Mint. HEX triplet: F5, FF and AE. RGB value is (245,255,174). Sum of RGB (Red+Green+Blue) = 245+255+174=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 174 (68.36% from 255 or 25.82% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FFAE is #0A0051. Grayscale: #F3F3F3. Windows color (decimal): -655442 or 11468789. OLE color: 11468789.

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

Color convert

RGB245255174-
CMYK0.0400.320
HSL67.41º100%84.12%-
HSV(B)67.41º31.76%100%-
XYZ81.0693.9953.91-
YUV242.7889.19129.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 174 (68.36% from 255) = 25.82%
R=36.35%
G=37.83%
B=25.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551740.0400.32067.4110084.12
HexF5FFAE40200436454
Octal36537725640400103144124
Binary11110101111111111010111010001000000100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFAE; }

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

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

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

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

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

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

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

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