#F2F8A0

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

Shades of Australian Mint #F2F8A0

Tints of Australian Mint #F2F8A0

Color information

#F2F8A0 (or 0xF2F8A0) is unknown color: approx Australian Mint. HEX triplet: F2, F8 and A0. RGB value is (242,248,160). Sum of RGB (Red+Green+Blue) = 242+248+160=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 160 (62.89% from 255 or 24.62% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F8A0 is #0D075F. Grayscale: #ECECEC. Windows color (decimal): -853856 or 10549490. OLE color: 10549490.

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

Color convert

RGB242248160-
CMYK0.0200.350.03
HSL64.09º86.27%80%-
HSV(B)64.09º35.48%97.25%-
XYZ76.5388.5546.32-
YUV236.1785.01132.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.23%
GREEN value IS 248 (97.27% from 255) = 38.15%
BLUE value IS 160 (62.89% from 255) = 24.62%
R=37.23%
G=38.15%
B=24.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422481600.0200.350.0364.0986.2780
HexF2F8A020233405650
Octal36237024020433100126120
Binary11110010111110001010000010010001111100000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F8A0; }

 p { color: rgb(242,248,160); }

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

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

 a { background-color: rgb(242,248,160); }

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

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

 span { border-color: rgb(242,248,160); }

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