#EAFDA7

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

Shades of Australian Mint #EAFDA7

Tints of Australian Mint #EAFDA7

Color information

#EAFDA7 (or 0xEAFDA7) is unknown color: approx Australian Mint. HEX triplet: EA, FD and A7. RGB value is (234,253,167). Sum of RGB (Red+Green+Blue) = 234+253+167=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 167 (65.62% from 255 or 25.54% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA7 is #150258. Grayscale: #EDEDED. Windows color (decimal): -1376857 or 11009514. OLE color: 11009514.

HSL color Cylindrical-coordinate representation of color #EAFDA7: hue angle of 73.26º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAFDA7 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB234253167-
CMYK0.0800.340.01
HSL73.26º95.56%82.35%-
HSV(B)73.26º33.99%99.22%-
XYZ76.0390.5350.03-
YUV237.5288.21125.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 167 (65.62% from 255) = 25.54%
R=35.78%
G=38.69%
B=25.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531670.0800.340.0173.2695.5682.35
HexEAFDA780221496052
Octal352375247100421111140122
Binary111010101111110110100111100001000101100100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDA7; }

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

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

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

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

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

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

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

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