#EAF9A7

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

Shades of Australian Mint #EAF9A7

Tints of Australian Mint #EAF9A7

Color information

#EAF9A7 (or 0xEAF9A7) is unknown color: approx Australian Mint. HEX triplet: EA, F9 and A7. RGB value is (234,249,167). Sum of RGB (Red+Green+Blue) = 234+249+167=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 167 (65.62% from 255 or 25.69% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF9A7 is #150658. Grayscale: #EBEBEB. Windows color (decimal): -1377881 or 11008490. OLE color: 11008490.

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

Color convert

RGB234249167-
CMYK0.0600.330.02
HSL70.98º87.23%81.57%-
HSV(B)70.98º32.93%97.65%-
XYZ74.7888.0349.61-
YUV235.1789.53127.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 167 (65.62% from 255) = 25.69%
R=36%
G=38.31%
B=25.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491670.0600.330.0270.9887.2381.57
HexEAF9A760212475752
Octal35237124760412107127122
Binary111010101111100110100111110010000110100011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9A7; }

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

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

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

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

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

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

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

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