#F2F9A3

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

Shades of Australian Mint #F2F9A3

Tints of Australian Mint #F2F9A3

Color information

#F2F9A3 (or 0xF2F9A3) is unknown color: approx Australian Mint. HEX triplet: F2, F9 and A3. RGB value is (242,249,163). Sum of RGB (Red+Green+Blue) = 242+249+163=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 163 (64.06% from 255 or 24.92% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F9A3 is #0D065C. Grayscale: #EDEDED. Windows color (decimal): -853597 or 10746354. OLE color: 10746354.

HSL color Cylindrical-coordinate representation of color #F2F9A3: hue angle of 64.88º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2F9A3 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB242249163-
CMYK0.0300.350.02
HSL64.88º87.76%80.78%-
HSV(B)64.88º34.54%97.65%-
XYZ77.189.2747.82-
YUV237.186.18131.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 249 (97.66% from 255) = 38.07%
BLUE value IS 163 (64.06% from 255) = 24.92%
R=37.00%
G=38.07%
B=24.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422491630.0300.350.0264.8887.7680.78
HexF2F9A330232415851
Octal36237124330432101130121
Binary11110010111110011010001111010001110100000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F9A3; }

 p { color: rgb(242,249,163); }

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

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

 a { background-color: rgb(242,249,163); }

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

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

 span { border-color: rgb(242,249,163); }

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