#E0F7AF

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

Shades of Australian Mint #E0F7AF

Tints of Australian Mint #E0F7AF

Color information

#E0F7AF (or 0xE0F7AF) is unknown color: approx Australian Mint. HEX triplet: E0, F7 and AF. RGB value is (224,247,175). Sum of RGB (Red+Green+Blue) = 224+247+175=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F7AF is #1F0850. Grayscale: #E8E8E8. Windows color (decimal): -2033745 or 11532256. OLE color: 11532256.

HSL color Cylindrical-coordinate representation of color #E0F7AF: hue angle of 79.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0F7AF is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB224247175-
CMYK0.0900.290.03
HSL79.17º81.82%82.75%-
HSV(B)79.17º29.15%96.86%-
XYZ71.7485.4653.27-
YUV231.9295.88122.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 247 (96.88% from 255) = 38.24%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=34.67%
G=38.24%
B=27.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242471750.0900.290.0379.1781.8282.75
HexE0F7AF901D34f5253
Octal340367257110353117122123
Binary111000001111011110101111100101110111100111110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F7AF; }

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

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

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

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

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

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

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

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