#E0F2AF

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

Shades of Australian Mint #E0F2AF

Tints of Australian Mint #E0F2AF

Color information

#E0F2AF (or 0xE0F2AF) is unknown color: approx Australian Mint. HEX triplet: E0, F2 and AF. RGB value is (224,242,175). Sum of RGB (Red+Green+Blue) = 224+242+175=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F2AF is #1F0D50. Grayscale: #E5E5E5. Windows color (decimal): -2035025 or 11530976. OLE color: 11530976.

HSL color Cylindrical-coordinate representation of color #E0F2AF: hue angle of 76.12º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0F2AF is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB224242175-
CMYK0.0700.280.05
HSL76.12º72.04%81.76%-
HSV(B)76.12º27.69%94.9%-
XYZ70.2382.4552.77-
YUV228.9897.54124.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=34.95%
G=37.75%
B=27.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242421750.0700.280.0576.1272.0481.76
HexE0F2AF701C54c4852
Octal34036225770345114110122
Binary111000001111001010101111111011100101100110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F2AF; }

 p { color: rgb(224,242,175); }

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

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

 a { background-color: rgb(224,242,175); }

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

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

 span { border-color: rgb(224,242,175); }

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