#EFF5AE

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

Shades of Australian Mint #EFF5AE

Tints of Australian Mint #EFF5AE

Color information

#EFF5AE (or 0xEFF5AE) is unknown color: approx Australian Mint. HEX triplet: EF, F5 and AE. RGB value is (239,245,174). Sum of RGB (Red+Green+Blue) = 239+245+174=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF5AE is #100A51. Grayscale: #EBEBEB. Windows color (decimal): -1051218 or 11466223. OLE color: 11466223.

HSL color Cylindrical-coordinate representation of color #EFF5AE: hue angle of 65.07º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF5AE is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB239245174-
CMYK0.0200.290.04
HSL65.07º78.02%82.16%-
HSV(B)65.07º28.98%96.08%-
XYZ75.8986.7152.78-
YUV235.1193.51130.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 245 (96.09% from 255) = 37.23%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=36.32%
G=37.23%
B=26.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392451740.0200.290.0465.0778.0282.16
HexEFF5AE201D4414e52
Octal35736525620354101116122
Binary11101111111101011010111010011101100100000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5AE; }

 p { color: rgb(239,245,174); }

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

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

 a { background-color: rgb(239,245,174); }

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

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

 span { border-color: rgb(239,245,174); }

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