#F0FFA7

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

Shades of Australian Mint #F0FFA7

Tints of Australian Mint #F0FFA7

Color information

#F0FFA7 (or 0xF0FFA7) is unknown color: approx Australian Mint. HEX triplet: F0, FF and A7. RGB value is (240,255,167). Sum of RGB (Red+Green+Blue) = 240+255+167=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 167 (65.62% from 255 or 25.23% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFA7 is #0F0058. Grayscale: #F0F0F0. Windows color (decimal): -983129 or 11010032. OLE color: 11010032.

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

Color convert

RGB240255167-
CMYK0.0600.350
HSL70.23º100%82.75%-
HSV(B)70.23º34.51%100%-
XYZ78.6792.8450.33-
YUV240.4886.53127.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 167 (65.62% from 255) = 25.23%
R=36.25%
G=38.52%
B=25.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402551670.0600.35070.2310082.75
HexF0FFA760230466453
Octal36037724760430106144123
Binary11110000111111111010011111001000110100011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFA7; }

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

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

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

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

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

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

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

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