#F5FEAA

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

Shades of Australian Mint #F5FEAA

Tints of Australian Mint #F5FEAA

Color information

#F5FEAA (or 0xF5FEAA) is unknown color: approx Australian Mint. HEX triplet: F5, FE and AA. RGB value is (245,254,170). Sum of RGB (Red+Green+Blue) = 245+254+170=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FEAA is #0A0155. Grayscale: #F2F2F2. Windows color (decimal): -655702 or 11206389. OLE color: 11206389.

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

Color convert

RGB245254170-
CMYK0.0400.330.00
HSL66.43º97.67%83.14%-
HSV(B)66.43º33.07%99.61%-
XYZ80.3593.251.78-
YUV241.7387.52130.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 170 (66.80% from 255) = 25.41%
R=36.62%
G=37.97%
B=25.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452541700.0400.330.0066.4397.6783.14
HexF5FEAA40210426253
Octal36537625240410102142123
Binary11110101111111101010101010001000010100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEAA; }

 p { color: rgb(245,254,170); }

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

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

 a { background-color: rgb(245,254,170); }

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

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

 span { border-color: rgb(245,254,170); }

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