#EAFDA1

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

Shades of Australian Mint #EAFDA1

Tints of Australian Mint #EAFDA1

Color information

#EAFDA1 (or 0xEAFDA1) is unknown color: approx Australian Mint. HEX triplet: EA, FD and A1. RGB value is (234,253,161). Sum of RGB (Red+Green+Blue) = 234+253+161=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA1 is #15025E. Grayscale: #EDEDED. Windows color (decimal): -1376863 or 10616298. OLE color: 10616298.

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

Color convert

RGB234253161-
CMYK0.0800.360.01
HSL72.39º95.83%81.18%-
HSV(B)72.39º36.36%99.22%-
XYZ75.4990.3247.17-
YUV236.8385.21125.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 161 (63.28% from 255) = 24.85%
R=36.11%
G=39.04%
B=24.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531610.0800.360.0172.3995.8381.18
HexEAFDA180241486051
Octal352375241100441110140121
Binary111010101111110110100001100001001001100100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDA1; }

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

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

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

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

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

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

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

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