#F2FFAE

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

Shades of Australian Mint #F2FFAE

Tints of Australian Mint #F2FFAE

Color information

#F2FFAE (or 0xF2FFAE) is unknown color: approx Australian Mint. HEX triplet: F2, FF and AE. RGB value is (242,255,174). Sum of RGB (Red+Green+Blue) = 242+255+174=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 174 (68.36% from 255 or 25.93% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFAE is #0D0051. Grayscale: #F2F2F2. Windows color (decimal): -852050 or 11468786. OLE color: 11468786.

HSL color Cylindrical-coordinate representation of color #F2FFAE: hue angle of 69.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2FFAE is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB242255174-
CMYK0.0500.320
HSL69.63º100%84.12%-
HSV(B)69.63º31.76%100%-
XYZ80.0293.4553.87-
YUV241.8889.69128.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 174 (68.36% from 255) = 25.93%
R=36.07%
G=38.00%
B=25.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422551740.0500.32069.6310084.12
HexF2FFAE50200466454
Octal36237725650400106144124
Binary11110010111111111010111010101000000100011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFAE; }

 p { color: rgb(242,255,174); }

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

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

 a { background-color: rgb(242,255,174); }

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

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

 span { border-color: rgb(242,255,174); }

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