#f2ffaa

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

Shades of Australian Mint #F2FFAA

Tints of Australian Mint #F2FFAA

Color information

#F2FFAA (or 0xF2FFAA) is unknown color: approx Australian Mint. HEX triplet: F2, FF and AA. RGB value is (242,255,170). Sum of RGB (Red+Green+Blue) = 242+255+170=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 170 (66.80% from 255 or 25.49% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFAA is #0D0055. Grayscale: #F1F1F1. Windows color (decimal): -852054 or 11206642. OLE color: 11206642.

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

Color convert

RGB242255170-
CMYK0.0500.330
HSL69.18º100%83.33%-
HSV(B)69.18º33.33%100%-
XYZ79.6393.351.84-
YUV241.4287.69128.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 170 (66.80% from 255) = 25.49%
R=36.28%
G=38.23%
B=25.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422551700.0500.33069.1810083.33
HexF2FFAA50210456453
Octal36237725250410105144123
Binary11110010111111111010101010101000010100010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2ffaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2ffaa; }

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

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

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

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

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

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

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

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