#F0F7AF

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

Shades of Australian Mint #F0F7AF

Tints of Australian Mint #F0F7AF

Color information

#F0F7AF (or 0xF0F7AF) is unknown color: approx Australian Mint. HEX triplet: F0, F7 and AF. RGB value is (240,247,175). Sum of RGB (Red+Green+Blue) = 240+247+175=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F7AF is #0F0850. Grayscale: #ECECEC. Windows color (decimal): -985169 or 11532272. OLE color: 11532272.

HSL color Cylindrical-coordinate representation of color #F0F7AF: hue angle of 65.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0F7AF is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB240247175-
CMYK0.0300.290.03
HSL65.83º81.82%82.75%-
HSV(B)65.83º29.15%96.86%-
XYZ76.9388.1453.52-
YUV236.793.18130.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 175 (68.75% from 255) = 26.44%
R=36.25%
G=37.31%
B=26.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402471750.0300.290.0365.8381.8282.75
HexF0F7AF301D3425253
Octal36036725730353102122123
Binary1111000011110111101011111101110111100001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F7AF; }

 p { color: rgb(240,247,175); }

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

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

 a { background-color: rgb(240,247,175); }

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

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

 span { border-color: rgb(240,247,175); }

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