#EAF3A0

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

Shades of Australian Mint #EAF3A0

Tints of Australian Mint #EAF3A0

Color information

#EAF3A0 (or 0xEAF3A0) is unknown color: approx Australian Mint. HEX triplet: EA, F3 and A0. RGB value is (234,243,160). Sum of RGB (Red+Green+Blue) = 234+243+160=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF3A0 is #150C5F. Grayscale: #E7E7E7. Windows color (decimal): -1379424 or 10548202. OLE color: 10548202.

HSL color Cylindrical-coordinate representation of color #EAF3A0: hue angle of 66.51º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAF3A0 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB234243160-
CMYK0.0400.340.05
HSL66.51º77.57%79.02%-
HSV(B)66.51º34.16%95.29%-
XYZ72.3384.1345.68-
YUV230.8588.02130.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 243 (95.31% from 255) = 38.15%
BLUE value IS 160 (62.89% from 255) = 25.12%
R=36.73%
G=38.15%
B=25.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342431600.0400.340.0566.5177.5779.02
HexEAF3A040225434e4f
Octal35236324040425103116117
Binary1110101011110011101000001000100010101100001110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3A0; }

 p { color: rgb(234,243,160); }

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

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

 a { background-color: rgb(234,243,160); }

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

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

 span { border-color: rgb(234,243,160); }

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