#F4FEA0

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

Shades of Australian Mint #F4FEA0

Tints of Australian Mint #F4FEA0

Color information

#F4FEA0 (or 0xF4FEA0) is unknown color: approx Australian Mint. HEX triplet: F4, FE and A0. RGB value is (244,254,160). Sum of RGB (Red+Green+Blue) = 244+254+160=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 160 (62.89% from 255 or 24.32% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FEA0 is #0B015F. Grayscale: #F0F0F0. Windows color (decimal): -721248 or 10551028. OLE color: 10551028.

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

Color convert

RGB244254160-
CMYK0.0400.370.00
HSL66.38º97.92%81.18%-
HSV(B)66.38º37.01%99.61%-
XYZ79.192.6546.97-
YUV240.2982.69130.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.08%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 160 (62.89% from 255) = 24.32%
R=37.08%
G=38.60%
B=24.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442541600.0400.370.0066.3897.9281.18
HexF4FEA040250426251
Octal36437624040450102142121
Binary11110100111111101010000010001001010100001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEA0; }

 p { color: rgb(244,254,160); }

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

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

 a { background-color: rgb(244,254,160); }

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

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

 span { border-color: rgb(244,254,160); }

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