#EEFEA5

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

Shades of Australian Mint #EEFEA5

Tints of Australian Mint #EEFEA5

Color information

#EEFEA5 (or 0xEEFEA5) is unknown color: approx Australian Mint. HEX triplet: EE, FE and A5. RGB value is (238,254,165). Sum of RGB (Red+Green+Blue) = 238+254+165=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 165 (64.84% from 255 or 25.11% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFEA5 is #11015A. Grayscale: #EFEFEF. Windows color (decimal): -1114459 or 10878702. OLE color: 10878702.

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

Color convert

RGB238254165-
CMYK0.0600.350.00
HSL70.79º97.8%82.16%-
HSV(B)70.79º35.04%99.61%-
XYZ77.4991.7849.23-
YUV239.0786.2127.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 254 (99.61% from 255) = 38.66%
BLUE value IS 165 (64.84% from 255) = 25.11%
R=36.23%
G=38.66%
B=25.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382541650.0600.350.0070.7997.882.16
HexEEFEA560230476252
Octal35637624560430107142122
Binary11101110111111101010010111001000110100011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEA5; }

 p { color: rgb(238,254,165); }

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

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

 a { background-color: rgb(238,254,165); }

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

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

 span { border-color: rgb(238,254,165); }

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