#F2FFAC

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

Shades of Australian Mint #F2FFAC

Tints of Australian Mint #F2FFAC

Color information

#F2FFAC (or 0xF2FFAC) is unknown color: approx Australian Mint. HEX triplet: F2, FF and AC. RGB value is (242,255,172). Sum of RGB (Red+Green+Blue) = 242+255+172=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 172 (67.58% from 255 or 25.71% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFAC is #0D0053. Grayscale: #F1F1F1. Windows color (decimal): -852052 or 11337714. OLE color: 11337714.

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

Color convert

RGB242255172-
CMYK0.0500.330
HSL69.4º100%83.73%-
HSV(B)69.4º32.55%100%-
XYZ79.8293.3852.85-
YUV241.6588.69128.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 172 (67.58% from 255) = 25.71%
R=36.17%
G=38.12%
B=25.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422551720.0500.33069.410083.73
HexF2FFAC50210456454
Octal36237725450410105144124
Binary11110010111111111010110010101000010100010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFAC; }

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

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

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

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

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

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

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

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