#F0FFAF

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

Shades of Australian Mint #F0FFAF

Tints of Australian Mint #F0FFAF

Color information

#F0FFAF (or 0xF0FFAF) is unknown color: approx Australian Mint. HEX triplet: F0, FF and AF. RGB value is (240,255,175). Sum of RGB (Red+Green+Blue) = 240+255+175=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 175 (68.75% from 255 or 26.12% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFAF is #0F0050. Grayscale: #F1F1F1. Windows color (decimal): -983121 or 11534320. OLE color: 11534320.

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

Color convert

RGB240255175-
CMYK0.0600.310
HSL71.25º100%84.31%-
HSV(B)71.25º31.37%100%-
XYZ79.4393.1454.35-
YUV241.490.53127-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 175 (68.75% from 255) = 26.12%
R=35.82%
G=38.06%
B=26.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402551750.0600.31071.2510084.31
HexF0FFAF601F0476454
Octal36037725760370107144124
Binary1111000011111111101011111100111110100011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFAF; }

 p { color: rgb(240,255,175); }

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

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

 a { background-color: rgb(240,255,175); }

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

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

 span { border-color: rgb(240,255,175); }

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