#EAF9AA

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

Shades of Australian Mint #EAF9AA

Tints of Australian Mint #EAF9AA

Color information

#EAF9AA (or 0xEAF9AA) is unknown color: approx Australian Mint. HEX triplet: EA, F9 and AA. RGB value is (234,249,170). Sum of RGB (Red+Green+Blue) = 234+249+170=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF9AA is #150655. Grayscale: #EBEBEB. Windows color (decimal): -1377878 or 11205098. OLE color: 11205098.

HSL color Cylindrical-coordinate representation of color #EAF9AA: hue angle of 71.39º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAF9AA is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB234249170-
CMYK0.0600.320.02
HSL71.39º86.81%82.16%-
HSV(B)71.39º31.73%97.65%-
XYZ75.0688.1551.09-
YUV235.5191.03126.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 170 (66.80% from 255) = 26.03%
R=35.83%
G=38.13%
B=26.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491700.0600.320.0271.3986.8182.16
HexEAF9AA60202475752
Octal35237125260402107127122
Binary111010101111100110101010110010000010100011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9AA; }

 p { color: rgb(234,249,170); }

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

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

 a { background-color: rgb(234,249,170); }

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

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

 span { border-color: rgb(234,249,170); }

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