#F0F7AB

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

Shades of Australian Mint #F0F7AB

Tints of Australian Mint #F0F7AB

Color information

#F0F7AB (or 0xF0F7AB) is unknown color: approx Australian Mint. HEX triplet: F0, F7 and AB. RGB value is (240,247,171). Sum of RGB (Red+Green+Blue) = 240+247+171=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F7AB is #0F0854. Grayscale: #ECECEC. Windows color (decimal): -985173 or 11270128. OLE color: 11270128.

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

Color convert

RGB240247171-
CMYK0.0300.310.03
HSL65.53º82.61%81.96%-
HSV(B)65.53º30.77%96.86%-
XYZ76.5587.9951.48-
YUV236.2491.18130.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.47%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 171 (67.19% from 255) = 25.99%
R=36.47%
G=37.54%
B=25.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402471710.0300.310.0365.5382.6181.96
HexF0F7AB301F3425352
Octal36036725330373102123122
Binary1111000011110111101010111101111111100001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F7AB; }

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

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

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

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

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

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

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

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