#EAF5AD

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

Shades of Australian Mint #EAF5AD

Tints of Australian Mint #EAF5AD

Color information

#EAF5AD (or 0xEAF5AD) is unknown color: approx Australian Mint. HEX triplet: EA, F5 and AD. RGB value is (234,245,173). Sum of RGB (Red+Green+Blue) = 234+245+173=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 173 (67.97% from 255 or 26.53% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF5AD is #150A52. Grayscale: #E9E9E9. Windows color (decimal): -1378899 or 11400682. OLE color: 11400682.

HSL color Cylindrical-coordinate representation of color #EAF5AD: hue angle of 69.17º 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 #EAF5AD is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB234245173-
CMYK0.0400.290.04
HSL69.17º78.26%81.96%-
HSV(B)69.17º29.39%96.08%-
XYZ74.1385.8152.19-
YUV233.593.86128.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 245 (96.09% from 255) = 37.58%
BLUE value IS 173 (67.97% from 255) = 26.53%
R=35.89%
G=37.58%
B=26.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342451730.0400.290.0469.1778.2681.96
HexEAF5AD401D4454e52
Octal35236525540354105116122
Binary111010101111010110101101100011101100100010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5AD; }

 p { color: rgb(234,245,173); }

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

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

 a { background-color: rgb(234,245,173); }

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

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

 span { border-color: rgb(234,245,173); }

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