#EFF2AE

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

Shades of Australian Mint #EFF2AE

Tints of Australian Mint #EFF2AE

Color information

#EFF2AE (or 0xEFF2AE) is unknown color: approx Australian Mint. HEX triplet: EF, F2 and AE. RGB value is (239,242,174). Sum of RGB (Red+Green+Blue) = 239+242+174=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2AE is #100D51. Grayscale: #E9E9E9. Windows color (decimal): -1051986 or 11465455. OLE color: 11465455.

HSL color Cylindrical-coordinate representation of color #EFF2AE: hue angle of 62.65º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFF2AE is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB239242174-
CMYK0.0100.280.05
HSL62.65º72.34%81.57%-
HSV(B)62.65º28.1%94.9%-
XYZ74.9984.9152.48-
YUV233.3594.51132.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=36.49%
G=36.95%
B=26.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392421740.0100.280.0562.6572.3481.57
HexEFF2AE101C53f4852
Octal3573622561034577110122
Binary111011111111001010101110101110010111111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2AE; }

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

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

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

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

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

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

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

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