#EAF2AA

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

Shades of Australian Mint #EAF2AA

Tints of Australian Mint #EAF2AA

Color information

#EAF2AA (or 0xEAF2AA) is unknown color: approx Australian Mint. HEX triplet: EA, F2 and AA. RGB value is (234,242,170). Sum of RGB (Red+Green+Blue) = 234+242+170=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF2AA is #150D55. Grayscale: #E7E7E7. Windows color (decimal): -1379670 or 11203306. OLE color: 11203306.

HSL color Cylindrical-coordinate representation of color #EAF2AA: hue angle of 66.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF2AA is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB234242170-
CMYK0.0300.300.05
HSL66.67º73.47%80.78%-
HSV(B)66.67º29.75%94.9%-
XYZ72.9483.950.38-
YUV231.493.35129.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 170 (66.80% from 255) = 26.32%
R=36.22%
G=37.46%
B=26.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342421700.0300.300.0566.6773.4780.78
HexEAF2AA301E5434951
Octal35236225230365103111121
Binary11101010111100101010101011011110101100001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2AA; }

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

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

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

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

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

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

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

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