#F0FFAE

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

Shades of Australian Mint #F0FFAE

Tints of Australian Mint #F0FFAE

Color information

#F0FFAE (or 0xF0FFAE) is unknown color: approx Australian Mint. HEX triplet: F0, FF and AE. RGB value is (240,255,174). Sum of RGB (Red+Green+Blue) = 240+255+174=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFAE is #0F0051. Grayscale: #F1F1F1. Windows color (decimal): -983122 or 11468784. OLE color: 11468784.

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

Color convert

RGB240255174-
CMYK0.0600.320
HSL71.11º100%84.12%-
HSV(B)71.11º31.76%100%-
XYZ79.3493.153.83-
YUV241.2890.03127.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 174 (68.36% from 255) = 26.01%
R=35.87%
G=38.12%
B=26.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402551740.0600.32071.1110084.12
HexF0FFAE60200476454
Octal36037725660400107144124
Binary11110000111111111010111011001000000100011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFAE; }

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

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

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

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

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

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

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

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