#EEFDA1

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

Shades of Australian Mint #EEFDA1

Tints of Australian Mint #EEFDA1

Color information

#EEFDA1 (or 0xEEFDA1) is unknown color: approx Australian Mint. HEX triplet: EE, FD and A1. RGB value is (238,253,161). Sum of RGB (Red+Green+Blue) = 238+253+161=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 161 (63.28% from 255 or 24.69% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFDA1 is #11025E. Grayscale: #EEEEEE. Windows color (decimal): -1114719 or 10616302. OLE color: 10616302.

HSL color Cylindrical-coordinate representation of color #EEFDA1: hue angle of 69.78º 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 #EEFDA1 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB238253161-
CMYK0.0600.360.01
HSL69.78º95.83%81.18%-
HSV(B)69.78º36.36%99.22%-
XYZ76.829147.23-
YUV238.0384.53127.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 161 (63.28% from 255) = 24.69%
R=36.50%
G=38.80%
B=24.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531610.0600.360.0169.7895.8381.18
HexEEFDA160241466051
Octal35637524160441106140121
Binary11101110111111011010000111001001001100011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDA1; }

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

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

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

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

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

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

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

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