#F0FEAF

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

Shades of Australian Mint #F0FEAF

Tints of Australian Mint #F0FEAF

Color information

#F0FEAF (or 0xF0FEAF) is unknown color: approx Australian Mint. HEX triplet: F0, FE and AF. RGB value is (240,254,175). Sum of RGB (Red+Green+Blue) = 240+254+175=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEAF is #0F0150. Grayscale: #F1F1F1. Windows color (decimal): -983377 or 11534064. OLE color: 11534064.

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

Color convert

RGB240254175-
CMYK0.0600.310.00
HSL70.63º97.53%84.12%-
HSV(B)70.63º31.1%99.61%-
XYZ79.1192.554.24-
YUV240.8190.86127.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 175 (68.75% from 255) = 26.16%
R=35.87%
G=37.97%
B=26.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541750.0600.310.0070.6397.5384.12
HexF0FEAF601F0476254
Octal36037625760370107142124
Binary1111000011111110101011111100111110100011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEAF; }

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

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

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

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

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

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

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

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