#F0FEA5

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

Shades of Australian Mint #F0FEA5

Tints of Australian Mint #F0FEA5

Color information

#F0FEA5 (or 0xF0FEA5) is unknown color: approx Australian Mint. HEX triplet: F0, FE and A5. RGB value is (240,254,165). Sum of RGB (Red+Green+Blue) = 240+254+165=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 165 (64.84% from 255 or 25.04% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEA5 is #0F015A. Grayscale: #F0F0F0. Windows color (decimal): -983387 or 10878704. OLE color: 10878704.

HSL color Cylindrical-coordinate representation of color #F0FEA5: hue angle of 69.44º 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 #F0FEA5 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB240254165-
CMYK0.0600.350.00
HSL69.44º97.8%82.16%-
HSV(B)69.44º35.04%99.61%-
XYZ78.1792.1349.26-
YUV239.6785.86128.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 165 (64.84% from 255) = 25.04%
R=36.42%
G=38.54%
B=25.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541650.0600.350.0069.4497.882.16
HexF0FEA560230456252
Octal36037624560430105142122
Binary11110000111111101010010111001000110100010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEA5; }

 p { color: rgb(240,254,165); }

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

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

 a { background-color: rgb(240,254,165); }

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

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

 span { border-color: rgb(240,254,165); }

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