#F0F9AA

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

Shades of Australian Mint #F0F9AA

Tints of Australian Mint #F0F9AA

Color information

#F0F9AA (or 0xF0F9AA) is unknown color: approx Australian Mint. HEX triplet: F0, F9 and AA. RGB value is (240,249,170). Sum of RGB (Red+Green+Blue) = 240+249+170=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F9AA is #0F0655. Grayscale: #EDEDED. Windows color (decimal): -984662 or 11205104. OLE color: 11205104.

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

Color convert

RGB240249170-
CMYK0.0400.320.02
HSL66.84º86.81%82.16%-
HSV(B)66.84º31.73%97.65%-
XYZ77.0789.1851.18-
YUV237.390.02129.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 249 (97.66% from 255) = 37.78%
BLUE value IS 170 (66.80% from 255) = 25.80%
R=36.42%
G=37.78%
B=25.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402491700.0400.320.0266.8486.8182.16
HexF0F9AA40202435752
Octal36037125240402103127122
Binary111100001111100110101010100010000010100001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F9AA; }

 p { color: rgb(240,249,170); }

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

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

 a { background-color: rgb(240,249,170); }

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

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

 span { border-color: rgb(240,249,170); }

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