#EFF2A4

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

Shades of Australian Mint #EFF2A4

Tints of Australian Mint #EFF2A4

Color information

#EFF2A4 (or 0xEFF2A4) is unknown color: approx Australian Mint. HEX triplet: EF, F2 and A4. RGB value is (239,242,164). Sum of RGB (Red+Green+Blue) = 239+242+164=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 164 (64.45% from 255 or 25.43% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2A4 is #100D5B. Grayscale: #E8E8E8. Windows color (decimal): -1051996 or 10810095. OLE color: 10810095.

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

Color convert

RGB239242164-
CMYK0.0100.320.05
HSL62.31º75%79.61%-
HSV(B)62.31º32.23%94.9%-
XYZ74.0584.5447.54-
YUV232.2189.51132.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 164 (64.45% from 255) = 25.43%
R=37.05%
G=37.52%
B=25.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392421640.0100.320.0562.317579.61
HexEFF2A4102053e4b50
Octal3573622441040576113120
Binary1110111111110010101001001010000010111111010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2A4; }

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

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

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

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

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

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

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

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