#E6F5AF

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

Shades of Australian Mint #E6F5AF

Tints of Australian Mint #E6F5AF

Color information

#E6F5AF (or 0xE6F5AF) is unknown color: approx Australian Mint. HEX triplet: E6, F5 and AF. RGB value is (230,245,175). Sum of RGB (Red+Green+Blue) = 230+245+175=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F5AF is #190A50. Grayscale: #E8E8E8. Windows color (decimal): -1641041 or 11531750. OLE color: 11531750.

HSL color Cylindrical-coordinate representation of color #E6F5AF: hue angle of 72.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6F5AF is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB230245175-
CMYK0.0600.290.04
HSL72.86º77.78%82.35%-
HSV(B)72.86º28.57%96.08%-
XYZ73.0285.2253.16-
YUV232.5395.53126.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.38%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 175 (68.75% from 255) = 26.92%
R=35.38%
G=37.69%
B=26.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302451750.0600.290.0472.8677.7882.35
HexE6F5AF601D4494e52
Octal34636525760354111116122
Binary111001101111010110101111110011101100100100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F5AF; }

 p { color: rgb(230,245,175); }

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

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

 a { background-color: rgb(230,245,175); }

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

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

 span { border-color: rgb(230,245,175); }

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