#f0f6a6

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

Shades of Australian Mint #F0F6A6

Tints of Australian Mint #F0F6A6

Color information

#F0F6A6 (or 0xF0F6A6) is unknown color: approx Australian Mint. HEX triplet: F0, F6 and A6. RGB value is (240,246,166). Sum of RGB (Red+Green+Blue) = 240+246+166=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 166 (65.23% from 255 or 25.46% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F6A6 is #0F0959. Grayscale: #EBEBEB. Windows color (decimal): -985434 or 10942192. OLE color: 10942192.

HSL color Cylindrical-coordinate representation of color #F0F6A6: hue angle of 64.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0F6A6 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB240246166-
CMYK0.0200.330.04
HSL64.5º81.63%80.78%-
HSV(B)64.5º32.52%96.47%-
XYZ75.7787.1948.91-
YUV235.0989.01131.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 246 (96.48% from 255) = 37.73%
BLUE value IS 166 (65.23% from 255) = 25.46%
R=36.81%
G=37.73%
B=25.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402461660.0200.330.0464.581.6380.78
HexF0F6A620214405251
Octal36036624620414100122121
Binary111100001111011010100110100100001100100000010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0f6a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0f6a6; }

 p { color: rgb(240,246,166); }

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

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

 a { background-color: rgb(240,246,166); }

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

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

 span { border-color: rgb(240,246,166); }

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