#E6F0AD

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

Shades of Australian Mint #E6F0AD

Tints of Australian Mint #E6F0AD

Color information

#E6F0AD (or 0xE6F0AD) is unknown color: approx Australian Mint. HEX triplet: E6, F0 and AD. RGB value is (230,240,173). Sum of RGB (Red+Green+Blue) = 230+240+173=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F0AD is #190F52. Grayscale: #E5E5E5. Windows color (decimal): -1642323 or 11399398. OLE color: 11399398.

HSL color Cylindrical-coordinate representation of color #E6F0AD: hue angle of 68.96º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6F0AD is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB230240173-
CMYK0.0400.280.06
HSL68.96º69.07%80.98%-
HSV(B)68.96º27.92%94.12%-
XYZ71.3482.1651.63-
YUV229.3796.19128.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.77%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 173 (67.97% from 255) = 26.91%
R=35.77%
G=37.33%
B=26.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302401730.0400.280.0668.9669.0780.98
HexE6F0AD401C6454551
Octal34636025540346105105121
Binary111001101111000010101101100011100110100010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F0AD; }

 p { color: rgb(230,240,173); }

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

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

 a { background-color: rgb(230,240,173); }

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

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

 span { border-color: rgb(230,240,173); }

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