#F5FEA4

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

Shades of Australian Mint #F5FEA4

Tints of Australian Mint #F5FEA4

Color information

#F5FEA4 (or 0xF5FEA4) is unknown color: approx Australian Mint. HEX triplet: F5, FE and A4. RGB value is (245,254,164). Sum of RGB (Red+Green+Blue) = 245+254+164=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 164 (64.45% from 255 or 24.74% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FEA4 is #0A015B. Grayscale: #F1F1F1. Windows color (decimal): -655708 or 10813173. OLE color: 10813173.

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

Color convert

RGB245254164-
CMYK0.0400.350.00
HSL66º97.83%81.96%-
HSV(B)66º35.43%99.61%-
XYZ79.892.9848.86-
YUV241.0584.52130.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.95%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 164 (64.45% from 255) = 24.74%
R=36.95%
G=38.31%
B=24.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452541640.0400.350.006697.8381.96
HexF5FEA440230426252
Octal36537624440430102142122
Binary11110101111111101010010010001000110100001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEA4; }

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

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

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

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

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

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

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

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